SOURCES: env-update-cflags.patch (NEW) - pass CFLAGS (fixed Makefile)
twittner
twittner at pld-linux.org
Sat Mar 25 17:58:51 CET 2006
Author: twittner Date: Sat Mar 25 16:58:51 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- pass CFLAGS (fixed Makefile)
---- Files affected:
SOURCES:
env-update-cflags.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/env-update-cflags.patch
diff -u /dev/null SOURCES/env-update-cflags.patch:1.1
--- /dev/null Sat Mar 25 17:58:51 2006
+++ SOURCES/env-update-cflags.patch Sat Mar 25 17:58:46 2006
@@ -0,0 +1,11 @@
+--- rc-scripts-1.6.14/src/filefuncs/Makefile~ 2003-04-06 18:28:27.000000000 +0200
++++ rc-scripts-1.6.14/src/filefuncs/Makefile 2006-03-25 17:55:00.000000000 +0100
+@@ -6,7 +6,7 @@
+ all: $(TARGETS)
+
+ filefuncs.o: filefuncs.c
+- $(CC) -shared -Wall -DHAVE_CONFIG_H -c -O -fPIC -I/usr/include/awk $^
++ $(CC) -shared -Wall -DHAVE_CONFIG_H -c $(CFLAGS) -fPIC -I/usr/include/awk $^
+
+ filefuncs.so: filefuncs.o
+ $(LD) -o $@ -shared $^
================================================================
More information about the pld-cvs-commit
mailing list