]> git.pld-linux.org Git - packages/audit.git/commitdiff
- some CFLAGS -> AM_CFLAGS fixes DEVEL
authortwittner <twittner@pld-linux.org>
Tue, 20 Mar 2007 23:13:18 +0000 (23:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audit-am.patch -> 1.1.2.1

audit-am.patch [new file with mode: 0644]

diff --git a/audit-am.patch b/audit-am.patch
new file mode 100644 (file)
index 0000000..bc40587
--- /dev/null
@@ -0,0 +1,11 @@
+--- audit-1.5/./audisp/vstr-1.0.15/src/Makefile.am~    2007-03-03 13:52:16.290623000 +0100
++++ audit-1.5/./audisp/vstr-1.0.15/src/Makefile.am     2007-03-03 13:52:33.682623000 +0100
+@@ -21,7 +21,7 @@
+ else
+ VSTR__RELOC_MAIN =  -DHAVE_NO_RELOC_MAIN
+ endif
+-CFLAGS = @CFLAGS@ @WARNS@ $(VSTR__RELOC_MAIN)
++AM_CFLAGS = @CFLAGS@ @WARNS@ $(VSTR__RELOC_MAIN)
+ if HAVE_POSIX_HOST
+ POSIX_HOST_SRC = vstr_sc_posix.c
This page took 0.032115 seconds and 4 git commands to generate.