Author: glen Date: Thu Feb 8 18:59:08 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - popt is in /%{_lib} no need for static link
---- Files affected: SOURCES: grubby-poptshared.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/grubby-poptshared.patch diff -u /dev/null SOURCES/grubby-poptshared.patch:1.1 --- /dev/null Thu Feb 8 19:59:08 2007 +++ SOURCES/grubby-poptshared.patch Thu Feb 8 19:59:03 2007 @@ -0,0 +1,11 @@ +--- mkinitrd-5.0.4/grubby/Makefile~ 2005-03-02 05:45:31.000000000 +0200 ++++ mkinitrd-5.0.4/grubby/Makefile 2007-02-08 20:57:44.716596722 +0200 +@@ -24,7 +24,7 @@ + fi + + grubby: grubby.o mount_by_label.o +- $(CC) -o $@ $^ -Wl,-Bstatic $(LOADLIBES) -Wl,-Bdynamic $(CFLAGS) $(LDFLAGS) ++ $(CC) -o $@ $^ $(LOADLIBES) $(CFLAGS) $(LDFLAGS) + + %.o: %.c + $(CC) -c $(CFLAGS) -o $@ $< ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit