]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/e2fsprogs/e2fsprogs/ldflags.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / e2fsprogs / e2fsprogs / ldflags.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- e2fsprogs-1.34/lib/uuid/Makefile.in~ldflags
7 +++ e2fsprogs-1.34/lib/uuid/Makefile.in
8 @@ -94,7 +94,7 @@
9         $(CC) $(ALL_LDFLAGS) -o tst_uuid tst_uuid.o $(STATIC_LIBUUID)
10  
11  uuid_time: $(srcdir)/uuid_time.c $(DEPLIBUUID)
12 -       $(CC) $(ALL_CFLAGS) -DDEBUG -o uuid_time $(srcdir)/uuid_time.c \
13 +       $(CC) $(ALL_CFLAGS) -DDEBUG $(ALL_LDFLAGS) -o uuid_time $(srcdir)/uuid_time.c \
14                 $(LIBUUID)
15  
16  libuuid.3: $(DEP_SUBSTITUTE) $(srcdir)/libuuid.3.in
17 --- e2fsprogs-1.34/lib/evms/Makefile.in~ldflags
18 +++ e2fsprogs-1.34/lib/evms/Makefile.in
19 @@ -36,7 +36,7 @@
20  
21  $(ELF_LIB): $(OBJS)
22         $(CC) --shared -o $(ELF_LIB) -Wl,-soname,$(ELF_SONAME) \
23 -               $(OBJS) $(ELF_OTHER_LIBS)
24 +               $(OBJS) $(ELF_OTHER_LIBS) $(ALL_LDFLAGS)
25  
26  installdirs:: 
27         $(top_srcdir)/mkinstalldirs $(DESTDIR)$(ELF_INSTALL_DIR)