summaryrefslogtreecommitdiff
path: root/package/wifidog
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:51:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:51:01 +0200
commitcf7d637ee9c6034152f9f789c8e65893f0295289 (patch)
treeb6bc077658a89d8a65446f592186c9ca98b13a3e /package/wifidog
parent322327d668e6cef8bb5f318bc414593794530b7b (diff)
first regressions found while runtime testing
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
Diffstat (limited to 'package/wifidog')
-rw-r--r--package/wifidog/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wifidog/Makefile b/package/wifidog/Makefile
index 1f318704f..3f179810b 100644
--- a/package/wifidog/Makefile
+++ b/package/wifidog/Makefile
@@ -10,6 +10,7 @@ PKG_MD5SUM:= abe5f7123179a0f08c493ce59fb3cb31
PKG_DESCR:= a complete and embeddable captive portal
PKG_SECTION:= net
PKG_DEPENDS:= iptables
+PKG_URL:= http://dev.wifidog.org
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=${PKG_NAME}/}
include ${TOPDIR}/mk/package.mk
@@ -18,6 +19,7 @@ $(eval $(call PKG_template,WIFIDOG,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${P
CONFIGURE_STYLE:= gnu
CONFIGURE_ENV+= ac_cv_func_memcmp_working=yes \
+ ac_cv_lib_nsl_main=no \
ac_cv_func_setvbuf_reversed=no
BUILD_STYLE+= auto
INSTALL_STYLE:= auto