From 8bd257e9dfe3bc78cccbef81d7f5ea5691cfaf94 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 22:46:40 +0000 Subject: [PATCH] fftw3: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32231 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/fftw3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile index c3a115a37..bc4eff91b 100644 --- a/libs/fftw3/Makefile +++ b/libs/fftw3/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/fftw3 SECTION:=libs CATEGORY:=Libraries - DEPENDS:=@!avr32 + DEPENDS:=@!avr32 +libpthread VARIANT:=double TITLE:=Fast Fourier transform library URL:=http://www.fftw.org/