change dependency to newly packaged libiw (closes: #3030)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10830 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
da589843c1
commit
9c3b187583
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -10,15 +10,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=xsupplicant
|
PKG_NAME:=xsupplicant
|
||||||
PKG_VERSION:=1.2.8
|
PKG_VERSION:=1.2.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/open1x
|
PKG_SOURCE_URL:=@SF/open1x
|
||||||
PKG_MD5SUM:=75f89731b905eb8d36a52621661e1226
|
PKG_MD5SUM:=75f89731b905eb8d36a52621661e1226
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=madwifi
|
PKG_BUILD_DEPENDS:=madwifi
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -26,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/xsupplicant
|
define Package/xsupplicant
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl +wireless-tools
|
DEPENDS:=+libopenssl +libiw
|
||||||
TITLE:=A fully compliant 802.1x authenticator
|
TITLE:=A fully compliant 802.1x authenticator
|
||||||
URL:=http://open1x.sourceforge.net/
|
URL:=http://open1x.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
@ -40,19 +37,21 @@ define Package/xsupplicant/conffiles
|
|||||||
/etc/xsupplicant.conf
|
/etc/xsupplicant.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS+= \
|
||||||
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
|
--with-madwifi-path="$(STAGING_DIR)/usr/include/madwifi" \
|
||||||
|
|
||||||
|
CONFIGURE_VARS+= \
|
||||||
|
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/madwifi" \
|
||||||
|
|
||||||
|
define Build/Prepare
|
||||||
|
$(call Build/Prepare/Default)
|
||||||
(cd $(PKG_BUILD_DIR); touch \
|
(cd $(PKG_BUILD_DIR); touch \
|
||||||
configure.in \
|
configure.in \
|
||||||
aclocal.m4 \
|
aclocal.m4 \
|
||||||
Makefile.in \
|
Makefile.in \
|
||||||
configure \
|
configure \
|
||||||
);
|
);
|
||||||
$(call Build/Configure/Default, \
|
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
|
||||||
--with-madwifi-path="$(STAGING_DIR)/usr/include/madwifi" \
|
|
||||||
, \
|
|
||||||
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/madwifi" \
|
|
||||||
)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user