projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b54ad
)
fftw3: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:40 +0000
(22:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 22:46:40 +0000
(22:46 +0000)
SVN-Revision: 32231
libs/fftw3/Makefile
patch
|
blob
|
history
diff --git
a/libs/fftw3/Makefile
b/libs/fftw3/Makefile
index c3a115a372ea0c537e2d12838d49717efa26bd27..bc4eff91b8091ecb501087905754043e90dbe254 100644
(file)
--- 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/