diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-14 06:14:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-14 06:14:43 +0000 |
commit | 508e18c0521a535ef2d0b5c2ce12f2c6f1fd82a8 (patch) | |
tree | 5fb24a0ce4f015a02f6276d59542d83bd7a82a4a /openwrt/package/asterisk | |
parent | df8bfc3b54946b29e622e57ba748d14869492e65 (diff) | |
download | mtk-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/Makefile | 2 |
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)" \ |