summaryrefslogtreecommitdiff
path: root/package/brutefir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/brutefir/Makefile')
-rw-r--r--package/brutefir/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/brutefir/Makefile b/package/brutefir/Makefile
index cef064554..23577ad23 100644
--- a/package/brutefir/Makefile
+++ b/package/brutefir/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= brutefir
PKG_VERSION:= 1.0m
-PKG_RELEASE:= 3
+PKG_RELEASE:= 4
PKG_HASH:= 23b80500fc8687be338bc2654ecc509eccc06fe9372815361b65ed9b1807ccca
PKG_DESCR:= convulution engine
PKG_SECTION:= mm/audio
@@ -26,6 +26,9 @@ ifeq ($(ADK_TARGET_ARCH_X86)$(ADK_TARGET_ARCH_X86_64),y)
TARGET_CFLAGS+= -msse
endif
+GCCPATH:= $(subst libgcc.a,,$(shell $(TARGET_CC) -print-libgcc-file-name))
+XAKE_FLAGS+= LIBPATHS="-L$(GCCPATH)"
+
CONFIG_STYLE= manual
brutefir-install: