| This patch fixes libtool QA issues with WORKDIR creeping in to |
| libospgrove.la and libostyle.la. Patch obtained from OpenEmbedded. |
| Upstream-Status: Inappropriate [Other] |
| Workaround is specific to our build system. |
| Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
| Index: openjade-1.3.2/spgrove/Makefile.sub |
| =================================================================== |
| --- openjade-1.3.2.orig/spgrove/Makefile.sub |
| +++ openjade-1.3.2/spgrove/Makefile.sub |
| INCLUDE=-I$(srcdir)/../grove |
| -DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \ |
| - -L$(TOP)/lib -L$(TOP)/lib/.libs \ |
| +DEPLIBS=-lm $(TOP)/grove \ |
| OBJS=GroveApp.o GroveBuilder.o SdNode.o |
| Index: openjade-1.3.2/style/Makefile.sub |
| =================================================================== |
| --- openjade-1.3.2.orig/style/Makefile.sub |
| +++ openjade-1.3.2/style/Makefile.sub |
| -DEPLIBS=-lm -L$(TOP)/grove -L$(TOP)/grove/.libs \ |
| - -L$(TOP)/lib -L$(TOP)/lib/.libs \ |
| - -L$(TOP)/spgrove -L$(TOP)/spgrove/.libs |
| +DEPLIBS=-lm $(TOP)/grove \ |