projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d30410
)
fftw: mark the long double variant as broken, it does not build
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 14:28:00 +0000
(14:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 14:28:00 +0000
(14:28 +0000)
SVN-Revision: 32194
libs/fftw3/Makefile
patch
|
blob
|
history
diff --git
a/libs/fftw3/Makefile
b/libs/fftw3/Makefile
index 734050db72887a9d98d49aa3d6f7136f22bf19df..a7624b73a8acfcc6aaaafeee252f98428b0562b5 100644
(file)
--- a/
libs/fftw3/Makefile
+++ b/
libs/fftw3/Makefile
@@
-37,6
+37,7
@@
endef
define Package/fftw3l
$(call Package/fftw3)
+ DEPENDS:=@BROKEN
VARIANT:=long-double
TITLE+= (long-double precision)
endef