projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8bfc3
)
MySQL is now installed in STAGING_DIR/usr
author
Nicolas Thill
<nico@openwrt.org>
Thu, 14 Apr 2005 06:14:43 +0000
(06:14 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 14 Apr 2005 06:14:43 +0000
(06:14 +0000)
SVN-Revision: 641
openwrt/package/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/asterisk/Makefile
b/openwrt/package/asterisk/Makefile
index 6326799ffc8c130fedd50d77da0ef387c7fa709f..f42d6f847c2479f571e135b37b108cc1e7d2e54f 100644
(file)
--- 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)" \