fftw: mark the long double variant as broken, it does not build
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 14:28:00 +0000 (14:28 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 14:28:00 +0000 (14:28 +0000)
SVN-Revision: 32194

libs/fftw3/Makefile

index 734050db72887a9d98d49aa3d6f7136f22bf19df..a7624b73a8acfcc6aaaafeee252f98428b0562b5 100644 (file)
@@ -37,6 +37,7 @@ endef
 
 define Package/fftw3l
   $(call Package/fftw3)
+  DEPENDS:=@BROKEN
   VARIANT:=long-double
   TITLE+= (long-double precision)
 endef