diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-18 08:18:15 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-18 08:18:15 +0000 |
commit | e8a1219aad98a68d77ab92511187615b6c9cb0da (patch) | |
tree | 5f058e34b92ee25d082a7e88ce62e241ae8f81aa /openwrt/package/Makefile | |
parent | da5cbce3b398a45ed10b4a2b6987ab73379efea6 (diff) |
do not depend on external opencdk (not used) and libtasn1, use bundled version instead,
set common lib searchpath
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1695 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 63cd737a8..375b4a4e6 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -41,7 +41,7 @@ package-$(BR2_PACKAGE_FUSE) += fuse package-$(BR2_PACKAGE_GDBSERVER) += gdbserver package-$(BR2_PACKAGE_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp -package-$(BR2_PACKAGE_GNUTLS) += gnutls +package-$(BR2_COMPILE_GNUTLS) += gnutls package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_HOSTAPD) += hostapd package-$(BR2_PACKAGE_HOWL) += howl |