summaryrefslogtreecommitdiff
path: root/openwrt/package/asterisk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-14 06:14:43 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-14 06:14:43 +0000
commit508e18c0521a535ef2d0b5c2ce12f2c6f1fd82a8 (patch)
tree5fb24a0ce4f015a02f6276d59542d83bd7a82a4a /openwrt/package/asterisk
parentdf8bfc3b54946b29e622e57ba748d14869492e65 (diff)
downloadmtk-20170518-508e18c0521a535ef2d0b5c2ce12f2c6f1fd82a8.zip
mtk-20170518-508e18c0521a535ef2d0b5c2ce12f2c6f1fd82a8.tar.gz
mtk-20170518-508e18c0521a535ef2d0b5c2ce12f2c6f1fd82a8.tar.bz2
MySQL is now installed in STAGING_DIR/usr
SVN-Revision: 641
Diffstat (limited to 'openwrt/package/asterisk')
-rw-r--r--openwrt/package/asterisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile
index 6326799..f42d6f8 100644
--- a/openwrt/package/asterisk/Makefile
+++ b/openwrt/package/asterisk/Makefile
@@ -89,7 +89,7 @@ asterisk-compile: $(PKG_BUILD_DIR)/.patched
OPTIMIZE="$(TARGET_CFLAGS)" \
PROC="$(ARCH)" \
CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include" \
- LDFLAGS_EXTRA="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib/mysql" \
+ LDFLAGS_EXTRA="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/usr/lib/mysql" \
CRYPTO_LIBS="-L$(STAGING_DIR)/usr/lib -Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic" \
EXTRA_APPS="$(APPS)" \
EXTRA_MODS="$(MODS)" \