fftw3: add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:40 +0000 (22:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:40 +0000 (22:46 +0000)
SVN-Revision: 32231

libs/fftw3/Makefile

index c3a115a372ea0c537e2d12838d49717efa26bd27..bc4eff91b8091ecb501087905754043e90dbe254 100644 (file)
@@ -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/