stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD
[dragora.git] / patches / openjade / openjade-1.3.2-respect-ldflags.patch
blob51bd0b27dd42cfd06e7bea0b908680699bb01064
1 diff -ru a/Makefile.lib.in b/Makefile.lib.in
2 --- a/Makefile.lib.in 2002-01-22 05:57:53.000000000 -0600
3 +++ b/Makefile.lib.in 2009-01-04 16:15:41.000000000 -0600
4 @@ -23,7 +23,7 @@
5 echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt
7 lib$(LIB).la: $(LT_OBJS)
8 - $(LIBTOOL) --mode=link $(CC) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
9 + $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINKFLAGS) -o lib$(LIB).la $(LT_OBJS) \
10 -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
12 install: