diff options
Diffstat (limited to 'package/libnids/Makefile')
-rw-r--r-- | package/libnids/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnids/Makefile b/package/libnids/Makefile index 123314e44..671aa5f57 100644 --- a/package/libnids/Makefile +++ b/package/libnids/Makefile @@ -18,7 +18,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBNIDS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_ARGS+= --with-libpcap=${STAGING_DIR}/usr +CONFIGURE_ARGS+= --with-libpcap=${STAGING_TARGET_DIR}/usr XAKE_FLAGS+= install_prefix="${WRKINST}" post-install: |