diff options
| author | Leonardo Arena <rnalrd@gmail.com> | 2011-02-22 12:25:11 +0000 |
|---|---|---|
| committer | Leonardo Arena <rnalrd@gmail.com> | 2011-02-22 12:25:11 +0000 |
| commit | 08ddfc95e173a6fd862ecde4f3dd68ac1c7ce6c3 (patch) | |
| tree | 8c604d647d9f621d0e6ef55eb1eb7eda04f5784a /testing | |
| parent | 1add69a13d856b8b15d6f6a22409f60b795aeb82 (diff) | |
| download | aports-08ddfc95e173a6fd862ecde4f3dd68ac1c7ce6c3.tar.bz2 aports-08ddfc95e173a6fd862ecde4f3dd68ac1c7ce6c3.tar.xz | |
testing/coova-chilli: enable cmdline dhcpopt option
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/coova-chilli/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/coova-chilli/APKBUILD b/testing/coova-chilli/APKBUILD index 7d592a22..37ec1091 100644 --- a/testing/coova-chilli/APKBUILD +++ b/testing/coova-chilli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname=coova-chilli pkgver=1.2.6 -pkgrel=0 +pkgrel=1 pkgdesc="CoovaChilli is an open source access controller for wireless LAN" url="http://www.coova.org/" arch="all" @@ -35,7 +35,8 @@ build() { --localstatedir=/var/run/chilli \ --libdir=/usr/lib \ --sysconfdir=/etc \ - --with-openssl + --with-openssl \ + --enable-dhcpopt make -j1 || return 1 } |
