Port ipcad to -ng

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4408 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-08-03 07:45:19 +00:00
parent b947daba1d
commit 6e1877c960
2 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -ruN ipcad-3.7-old/Makefile.in ipcad-3.7-new/Makefile.in
--- ipcad-3.7-old/Makefile.in 2005-11-21 05:41:07.000000000 +0100
+++ ipcad-3.7-new/Makefile.in 2005-12-20 10:27:07.000000000 +0100
@@ -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