From 5c8f51ddfb4d0b8970eed1e018d7ae5e6b599968 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 1 Aug 2012 18:40:25 +0000 Subject: [PATCH] [package] appweb: fix linking against libdl git-svn-id: svn://svn.openwrt.org/openwrt/packages@32935 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/appweb/Makefile | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/net/appweb/Makefile b/net/appweb/Makefile index d52e7aebd..2437761e7 100644 --- a/net/appweb/Makefile +++ b/net/appweb/Makefile @@ -46,10 +46,22 @@ define Package/appweb/description endef CONFIGURE_ARGS += \ - -q --defaults=release --shared --tune=size --without-php \ - --without-ssl --disable-angel --disable-samples --disable-access-log \ - --disable-complete-native --disable-complete-cross --webdir=/www \ - --logdir=/var/log --port=8000 --sslPort=8443 --config=flat + -q \ + --defaults=release \ + --shared \ + --tune=size \ + --without-php \ + --without-ssl \ + --disable-angel \ + --disable-samples \ + --disable-access-log \ + --disable-complete-native \ + --disable-complete-cross \ + --webdir=/www \ + --logdir=/var/log \ + --port=8000 \ + --sslPort=8443 \ + --config=flat define Build/Prepare tar xzf "$(DL_DIR)/$(PKG_SOURCE)" --strip-components 1 -C "$(PKG_BUILD_DIR)" @@ -60,7 +72,9 @@ define Build/Configure endef define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) $(TARGET_CONFIGURE_OPTS) + $(MAKE) -C $(PKG_BUILD_DIR) \ + $(TARGET_CONFIGURE_OPTS) \ + BLD_CC_DYN_LOAD=1 endef define Package/appweb/install -- 2.11.0