X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c364deef1aa5550ecd7f410ed2b5c52f69b29e13..753165e46319b83618e07cddeb1717f91855ed88:/openwrt/package/asterisk/Makefile?ds=sidebyside diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index db12adf63..5a4603bc9 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)" \