wpa_supplicant: build agains openssl

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-07 02:02:40 +02:00
parent 95057f6f21
commit 45704d0f41
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ cd $PKG_BUILD/$1
cp $ROOT/$PKG_DIR/config/makefile.config .config cp $ROOT/$PKG_DIR/config/makefile.config .config
echo "CONFIG_TLS=gnutls" >> .config # echo "CONFIG_TLS=gnutls" >> .config
echo "CONFIG_GNUTLS_EXTRA=y" >> .config # echo "CONFIG_GNUTLS_EXTRA=y" >> .config
[ "$DEBUG" = "no" ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config [ "$DEBUG" = "no" ] && echo "CONFIG_NO_STDOUT_DEBUG=y" >> .config
make make

View File

@ -25,8 +25,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://hostap.epitest.fi/wpa_supplicant/" PKG_SITE="http://hostap.epitest.fi/wpa_supplicant/"
PKG_URL="http://hostap.epitest.fi/releases/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://hostap.epitest.fi/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="dbus libnl gnutls" PKG_DEPENDS="dbus libnl openssl"
PKG_BUILD_DEPENDS="toolchain dbus libnl gnutls" PKG_BUILD_DEPENDS="toolchain dbus libnl openssl"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="network" PKG_SECTION="network"
PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation" PKG_SHORTDESC="wpa_supplicant: An IEEE 802.11i supplicant implementation"