fixes compile for ldap module in php5
[openwrt/svn-archive/archive.git] / net / ipcad / patches / 01-honor_cppflags.patch
1 diff -ruN ipcad-3.7-old/Makefile.in ipcad-3.7-new/Makefile.in
2 --- ipcad-3.7-old/Makefile.in 2005-11-21 05:41:07.000000000 +0100
3 +++ ipcad-3.7-new/Makefile.in 2005-12-20 10:27:07.000000000 +0100
4 @@ -9,6 +9,7 @@
5 LDFLAGS+= @LDFLAGS@
6 LIBS+= @LIBS@
7 CFLAGS+= @CFLAGS@ @DEFS@ -W -Wall
8 +CPPFLAGS+= @CPPFLAGS@
9 CPPFLAGS+=-DIPCAD_VERSION=\"@IPCAD_VERSION@\"
10 CPPFLAGS+=-DCONFIG_FILE=\"${sysconfdir}/ipcad.conf\"
11 CPPFLAGS+=@DEFS@ -D_REENTRANT -D_THREAD_SAFE