From: Felix Fietkau Date: Mon, 11 Jun 2012 22:46:40 +0000 (+0000) Subject: fftw3: add missing dependency X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=51d44d98ea20ebae75fe3c004af008172dc5b424;p=openwrt%2Fsvn-archive%2Farchive.git fftw3: add missing dependency SVN-Revision: 32231 --- diff --git a/libs/fftw3/Makefile b/libs/fftw3/Makefile index c3a115a372..bc4eff91b8 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/