SOURCES: grubby-poptshared.patch (NEW) - popt is in /%{_lib} no ne...

glen glen at pld-linux.org
Thu Feb 8 19:59:08 CET 2007


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 $@ $<
================================================================


More information about the pld-cvs-commit mailing list