projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb5f1d
)
fftw3 is broken on avr32
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 16:31:22 +0000
(16:31 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Oct 2008 16:31:22 +0000
(16:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12911
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/fftw3/Makefile
patch
|
blob
|
history
diff --git
a/libs/fftw3/Makefile
b/libs/fftw3/Makefile
index
658bd0d
..
ff58a30
100644
(file)
--- a/
libs/fftw3/Makefile
+++ b/
libs/fftw3/Makefile
@@
-23,6
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/fftw3
SECTION:=Libraries
CATEGORY:=Libraries
+ DEPENDS:=@!avr32
TITLE:=Fast Fourier transform library
URL:=http://www.fftw.org/
endef
@@
-35,6
+36,8
@@
define Package/fftw3/description
http://www.fftw.org/
endef
+TARGET_CFLAGS += $(FPIC)
+
CONFIGURE_ARGS += \
--prefix=/usr \
--without-libiconv-prefix \