diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 00:19:02 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 00:19:02 +0000 |
| commit | 97f38f1bf90b32ccbe0b520a9b68e78f1bb9a011 (patch) | |
| tree | b49c72a8351ab731885e1d2474aa977e947dac5f | |
| parent | 796f9b61075567639ceacda9ea496d1849ffe0ba (diff) | |
| download | upstream-97f38f1bf90b32ccbe0b520a9b68e78f1bb9a011.tar.gz upstream-97f38f1bf90b32ccbe0b520a9b68e78f1bb9a011.tar.bz2 upstream-97f38f1bf90b32ccbe0b520a9b68e78f1bb9a011.zip | |
Change include search path for speex: it is now installed in STAGING_DIR/usr
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1034 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index db12adf6350..5a4603bc9db 100644 --- a/openwrt/package/asterisk/Makefile +++ b/openwrt/package/asterisk/Makefile @@ -43,7 +43,7 @@ asterisk-compile: $(PKG_BUILD_DIR)/.prepared $(TARGET_CONFIGURE_OPTS) \ OPTIMIZE="$(TARGET_CFLAGS)" \ PROC="$(ARCH)" \ - CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include/speex" \ + CFLAGS_EXTRA="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/usr/include/speex" \ 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)" \ |
