diff options
Diffstat (limited to 'package/portmap')
-rw-r--r-- | package/portmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/portmap/Makefile b/package/portmap/Makefile index e885b20a0..67eb793aa 100644 --- a/package/portmap/Makefile +++ b/package/portmap/Makefile @@ -23,7 +23,7 @@ CONFIG_STYLE:= manual INSTALL_STYLE:= manual ifneq ($(strip ${ADK_PACKAGE_PORTMAP_LIBWRAP}),) -MAKE_FLAGS+= WRAP_LIB='-L${STAGING_DIR}/usr/lib -lwrap' +MAKE_FLAGS+= WRAP_LIB='-L${STAGING_TARGET_DIR}/usr/lib -lwrap' else MAKE_FLAGS+= NO_TCP_WRAPPER=1 endif |