fftw: mark the long double variant as broken, it does not build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32194 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 14:28:00 +00:00
parent d1ec67109e
commit a7036b394d

View File

@ -37,6 +37,7 @@ endef
define Package/fftw3l
$(call Package/fftw3)
DEPENDS:=@BROKEN
VARIANT:=long-double
TITLE+= (long-double precision)
endef