From: Felix Fietkau Date: Mon, 11 Jun 2012 14:28:00 +0000 (+0000) Subject: fftw: mark the long double variant as broken, it does not build X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=58b258960995caf3125493e6fb2f3f8640c56660 fftw: mark the long double variant as broken, it does not build SVN-Revision: 32194 --- diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile index 734050db72..a7624b73a8 100644 --- 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