From e38c1006123f54039294348dda51febaa72a3e49 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Thu, 27 Sep 2018 03:39:12 +0000 Subject: treewide: remove obsolete references to avr32 This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou --- libs/fftw3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/fftw3') diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile index a05e2d278..6e23625fd 100644 --- a/libs/fftw3/Makefile +++ b/libs/fftw3/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/fftw3 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=@!avr32 +libpthread + DEPENDS:=+libpthread VARIANT:=double TITLE:=Fast Fourier transform library URL:=http://www.fftw.org/ -- cgit v1.2.3