SOURCES: libsl-am.patch (NEW) - don't use CFLAGS in Makefile.am - ...

twittner twittner at pld-linux.org
Mon Oct 31 21:15:37 CET 2005


Author: twittner                     Date: Mon Oct 31 20:15:37 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't use CFLAGS in Makefile.am - it overrides CFLAGS passed
  to ./configure - use AM_CFLAGS instead

---- Files affected:
SOURCES:
   libsl-am.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libsl-am.patch
diff -u /dev/null SOURCES/libsl-am.patch:1.1
--- /dev/null	Mon Oct 31 21:15:37 2005
+++ SOURCES/libsl-am.patch	Mon Oct 31 21:15:32 2005
@@ -0,0 +1,8 @@
+--- sl-0.3.3/Makefile.am~	2005-10-31 21:05:40.001358312 +0100
++++ sl-0.3.3/Makefile.am	2005-10-31 21:06:49.696763000 +0100
+@@ -1,4 +1,4 @@
+-CFLAGS = -W -Wall -Werror
++AM_CFLAGS = -W -Wall -Werror
+ 
+ include $(srcdir)/sl/makefile.mk
+ include $(srcdir)/tests/makefile.mk
================================================================



More information about the pld-cvs-commit mailing list