diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-19 00:54:12 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-19 00:54:12 +0100 |
commit | 1d0c46287d508236506ee59417e8da05c0cee3e5 (patch) | |
tree | e44b4a7ad97472ca0523cff975a958a7b93982e5 /package/libnids/Makefile | |
parent | b668796b88da374fefa35b87f305ebcc03147e5d (diff) |
avoid autotools usage on host system
There are to many combinations of autotools on host systems.
If you need to patch the autotool buildsystem of a package
always add a autotool.patch and regenerate configure on your
host. That is the most portable way.
Diffstat (limited to 'package/libnids/Makefile')
-rw-r--r-- | package/libnids/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/libnids/Makefile b/package/libnids/Makefile index 704f9d183..6b25cea6b 100644 --- a/package/libnids/Makefile +++ b/package/libnids/Makefile @@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libnids PKG_VERSION:= 1.23 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= af35e8ef403a0ca95df2da94db856428 PKG_DESCR:= Network Intrusion Detection System library PKG_SECTION:= libs -PKG_DEPENDS:= libnet libpcap -PKG_BUILDDEP+= libnet libpcap +PKG_DEPENDS:= libnet libpcap glib +PKG_BUILDDEP+= libnet libpcap glib PKG_URL:= http://libnids.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libnids/} @@ -18,7 +18,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBNIDS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -AUTOTOOL_STYLE:= autoconf CONFIGURE_ARGS+= --with-libpcap=${STAGING_DIR}/usr XAKE_FLAGS+= install_prefix="${WRKINST}" |