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 | 48a03ee9d383281e10928d6ad62bf11e5d6c813d (patch) | |
tree | 7755229a6c26e37dfb36e24718a99c4b6855bc87 /package/asterisk | |
parent | d26d24f3e0bdc1401dcf00243915b781ab94821c (diff) | |
download | upstream-48a03ee9d383281e10928d6ad62bf11e5d6c813d.tar.gz upstream-48a03ee9d383281e10928d6ad62bf11e5d6c813d.tar.bz2 upstream-48a03ee9d383281e10928d6ad62bf11e5d6c813d.zip |
MySQL is now installed in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/asterisk')
-rw-r--r-- | package/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 6326799ffc..f42d6f847c 100644 --- a/package/asterisk/Makefile +++ b/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)" \ |