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)"
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