packages/net/ipcad/patches/001-honor_cppflags.patch
florian 18be0f3a9f Update ipcad to 3.7.3 (#3648)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-06 11:44:34 +00:00

11 lines
293 B
Diff

--- a/Makefile.in
+++ b/Makefile.in
@@ -9,6 +9,7 @@
LDFLAGS+= @LDFLAGS@
LIBS+= @LIBS@
CFLAGS+= @CFLAGS@ @DEFS@ -W -Wall
+CPPFLAGS+= @CPPFLAGS@
CPPFLAGS+=-DIPCAD_VERSION=\"@IPCAD_VERSION@\"
CPPFLAGS+=-DCONFIG_FILE=\"${sysconfdir}/ipcad.conf\"
CPPFLAGS+=@DEFS@ -D_REENTRANT -D_THREAD_SAFE