From a7036b394d9d52d1b0001d04a7de3c5e8cb775e3 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 14:28:00 +0000 Subject: [PATCH] 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 --- libs/fftw3/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile index 734050db7..a7624b73a 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