aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-09-06 16:43:03 +0000
committerMike Baker <mbm@openwrt.org>2006-09-06 16:43:03 +0000
commitd873abfb79e7a7fec047dad397877862d118a4eb (patch)
tree101f3c3ed9e87b17da91344da44a2cd77e028f1c
parent09ee14dd1c746a7c69398ad03fe5d985708d2c5e (diff)
downloadupstream-d873abfb79e7a7fec047dad397877862d118a4eb.tar.gz
upstream-d873abfb79e7a7fec047dad397877862d118a4eb.tar.bz2
upstream-d873abfb79e7a7fec047dad397877862d118a4eb.zip
fix build error
SVN-Revision: 4761
-rw-r--r--openwrt/package/isakmpd/patches/01-standardize.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/isakmpd/patches/01-standardize.patch b/openwrt/package/isakmpd/patches/01-standardize.patch
index 74ffac2d50..f97c77630e 100644
--- a/openwrt/package/isakmpd/patches/01-standardize.patch
+++ b/openwrt/package/isakmpd/patches/01-standardize.patch
@@ -87,8 +87,9 @@ diff -urN isakmpd/sysdep/linux/GNUmakefile.sysdep isakmpd.new/sysdep/linux/GNUma
-LDADD+= -lgmp ${LIBSYSDEP} ${LIBCRYPTO}
+LIBKEYNOTEDIR:= $(STAGING_DIR)/usr/include
+
-+LDADD+= -lgmp ${LIBSYSDEP} ${LIBCRYPTO} -L$(STAGING_DIR)/usr/lib
- DPADD+= ${LIBGMP} ${LIBSYSDEP}
++LDADD+= -L$(STAGING_DIR)/usr/lib ${LIBGMP} ${LIBSYSDEP} ${LIBCRYPTO}
+-DPADD+= ${LIBGMP} ${LIBSYSDEP}
++DPADD+= ${LIBSYSDEP}
CFLAGS+= -DHAVE_GETNAMEINFO -DUSE_OLD_SOCKADDR -DHAVE_PCAP \
-DNEED_SYSDEP_APP -DMP_FLAVOUR=MP_FLAVOUR_GMP \