summaryrefslogtreecommitdiff
path: root/package/portmap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/portmap/Makefile')
-rw-r--r--package/portmap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/portmap/Makefile b/package/portmap/Makefile
index 67eb793aa..0e3eddb2c 100644
--- a/package/portmap/Makefile
+++ b/package/portmap/Makefile
@@ -27,10 +27,10 @@ MAKE_FLAGS+= WRAP_LIB='-L${STAGING_TARGET_DIR}/usr/lib -lwrap'
else
MAKE_FLAGS+= NO_TCP_WRAPPER=1
endif
-TCPPFLAGS+= -DDAEMON_UID=20 -DDAEMON_GID=20
-TCFLAGS+= -fPIC
+TARGET_CPPFLAGS+= -DDAEMON_UID=20 -DDAEMON_GID=20
+TARGET_CFLAGS+= -fPIC
MAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} \
- CFLAGS='${TCFLAGS}'
+ CFLAGS='${TARGET_CFLAGS}'
do-install:
${INSTALL_DIR} ${IDIR_PORTMAP}/usr/sbin