summaryrefslogtreecommitdiff
path: root/package/portmap
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-16 17:26:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-16 17:26:36 +0100
commitab166acf2459216b4eadd5e89ec1eadca2429ab1 (patch)
treeabe30912ebaaa860c762e3b422f17a7549eaf057 /package/portmap
parentaff7634a799580f6605521614cc6740e82f912b0 (diff)
remove unused flavour stuff
Diffstat (limited to 'package/portmap')
-rw-r--r--package/portmap/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/portmap/Makefile b/package/portmap/Makefile
index 0e3eddb2c..2026c6670 100644
--- a/package/portmap/Makefile
+++ b/package/portmap/Makefile
@@ -22,11 +22,7 @@ $(eval $(call PKG_template,PORTMAP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${P
CONFIG_STYLE:= manual
INSTALL_STYLE:= manual
-ifneq ($(strip ${ADK_PACKAGE_PORTMAP_LIBWRAP}),)
-MAKE_FLAGS+= WRAP_LIB='-L${STAGING_TARGET_DIR}/usr/lib -lwrap'
-else
MAKE_FLAGS+= NO_TCP_WRAPPER=1
-endif
TARGET_CPPFLAGS+= -DDAEMON_UID=20 -DDAEMON_GID=20
TARGET_CFLAGS+= -fPIC
MAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} \
@@ -34,6 +30,6 @@ MAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} \
do-install:
${INSTALL_DIR} ${IDIR_PORTMAP}/usr/sbin
- ${INSTALL_BIN} ${WRKBUILD}/portmap ${IDIR_PORTMAP}/usr/sbin/
+ ${INSTALL_BIN} ${WRKBUILD}/portmap ${IDIR_PORTMAP}/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk