aboutsummaryrefslogtreecommitdiffstats
path: root/package/portmap
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-21 16:07:58 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-21 16:07:58 +0000
commitb8c27abf9affc503039021525979f9370a93ede8 (patch)
tree1689991c70f3010d68806c532c73577fbd06ffae /package/portmap
parent281cb36e29fd471979d32ab275ab67c2a817f66a (diff)
downloadmaster-187ad058-b8c27abf9affc503039021525979f9370a93ede8.tar.gz
master-187ad058-b8c27abf9affc503039021525979f9370a93ede8.tar.bz2
master-187ad058-b8c27abf9affc503039021525979f9370a93ede8.zip
Search libwrap in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1010 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/portmap')
-rw-r--r--package/portmap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/portmap/Makefile b/package/portmap/Makefile
index 3c8f5d20cd..5dd79f9a50 100644
--- a/package/portmap/Makefile
+++ b/package/portmap/Makefile
@@ -25,7 +25,9 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -DHOSTS_ACCESS -DFACILITY=LOG_DAEMON -DIGNORE_SIGCHLD" all
+ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -DHOSTS_ACCESS -DFACILITY=LOG_DAEMON -DIGNORE_SIGCHLD" \
+ WRAP_LIB="-L$(STAGING_DIR)/usr/lib -lwrap" \
+ all
touch $@
$(IPKG_PORTMAP):