diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-03 17:55:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-03 17:55:30 +0100 |
commit | 4881da11df564c8c989ade4e223b31ee8a993776 (patch) | |
tree | 91e1f07da510d5e8750643549359a119b5735491 /package/kismet/Makefile | |
parent | 22b402f8b23c5826c8bf656045129e3909e29a22 (diff) |
another bunch of musl fixes, and some libtinfo fixes
Diffstat (limited to 'package/kismet/Makefile')
-rw-r--r-- | package/kismet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kismet/Makefile b/package/kismet/Makefile index df52c74b8..110f6f78d 100644 --- a/package/kismet/Makefile +++ b/package/kismet/Makefile @@ -29,7 +29,7 @@ $(eval $(call PKG_template,KISMET_DRONE,kismet-drone,${PKG_VERSION}-${PKG_RELEAS $(eval $(call PKG_template,KISMET_SERVER,kismet-server,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_KISMET_SERVER},${PKG_SECTION})) AUTOTOOL_STYLE:= autoreconf -TARGET_LDFLAGS+= -lpthread +TARGET_LDFLAGS+= -lpthread -ltinfo CONFIGURE_ARGS+= --sysconfdir=/etc/kismet pre-build: |