X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/02cccb3a8c2a99dd3f6b73ed8d675e96845f2534..8e6558325dbdff4855cff5ed66235cd624d4c763:/openwrt/package/asterisk/Makefile 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)" \