mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:43:10 +02:00
MySQL is now installed in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@641 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
468b09e529
commit
841a64997f
@ -89,7 +89,7 @@ asterisk-compile: $(PKG_BUILD_DIR)/.patched
|
|||||||
OPTIMIZE="$(TARGET_CFLAGS)" \
|
OPTIMIZE="$(TARGET_CFLAGS)" \
|
||||||
PROC="$(ARCH)" \
|
PROC="$(ARCH)" \
|
||||||
CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include" \
|
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" \
|
CRYPTO_LIBS="-L$(STAGING_DIR)/usr/lib -Wl,-Bstatic -lssl -lcrypto -Wl,-Bdynamic" \
|
||||||
EXTRA_APPS="$(APPS)" \
|
EXTRA_APPS="$(APPS)" \
|
||||||
EXTRA_MODS="$(MODS)" \
|
EXTRA_MODS="$(MODS)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user