From: nbd Date: Mon, 11 Jun 2012 22:46:40 +0000 (+0000) Subject: fftw3: add missing dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8bd257e9dfe3bc78cccbef81d7f5ea5691cfaf94;p=packages.git fftw3: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32231 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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/