summaryrefslogtreecommitdiffstats
path: root/openwrt/package/asterisk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-14 06:14:43 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-14 06:14:43 +0000
commit841a64997f6de6f0144b07442c36c4886d61bf72 (patch)
tree5fb24a0ce4f015a02f6276d59542d83bd7a82a4a /openwrt/package/asterisk
parent468b09e529c0aa35465e78d976cda696ee5b74bc (diff)
MySQL is now installed in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@641 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6326799ff..f42d6f847 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)" \