summaryrefslogtreecommitdiff
path: root/package/libnetfilter_queue
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:02:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:02:27 +0100
commite417a01d00a49441432c03a0693b279f2f5db73c (patch)
tree0fa82e932bfdc7b919399793427e805a6ac58913 /package/libnetfilter_queue
parent7a9b6f15bf7d8cac6aa467f8a3ff3f6fa4220308 (diff)
remove comments and finetune packages.
pdnsd, rngd and proftpd need a init script... do not install anything to /var, because this is on /tmp aka tmpfs. Use init scripts to create missing directories or files.
Diffstat (limited to 'package/libnetfilter_queue')
-rw-r--r--package/libnetfilter_queue/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/package/libnetfilter_queue/Makefile b/package/libnetfilter_queue/Makefile
index cacac4887..a5769a212 100644
--- a/package/libnetfilter_queue/Makefile
+++ b/package/libnetfilter_queue/Makefile
@@ -21,16 +21,12 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBNETFILTER_QUEUE,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
-# use following to add ./configure options
-#CONFIGURE_ARGS+= --disable-foo
-# overwrite any configure variables
-#CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes
BUILD_STYLE:= auto
INSTALL_STYLE:= auto
-# please install all files and directories to the package dir
post-install:
$(INSTALL_DIR) $(IDIR_LIBNETFILTER_QUEUE)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libnetfilter_queue* $(IDIR_LIBNETFILTER_QUEUE)/usr/lib/
+ $(CP) $(WRKINST)/usr/lib/libnetfilter_queue*so* \
+ $(IDIR_LIBNETFILTER_QUEUE)/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk