From: Nicolas Thill Date: Thu, 14 Apr 2005 06:14:43 +0000 (+0000) Subject: MySQL is now installed in STAGING_DIR/usr X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=508e18c0521a535ef2d0b5c2ce12f2c6f1fd82a8;p=librecmc%2Flibrecmc.git MySQL is now installed in STAGING_DIR/usr SVN-Revision: 641 --- diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index 6326799ffc..f42d6f847c 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)" \