projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73e8d66
)
gsl is broken on avr32 in a very weird way (linker error)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 18:21:42 +0000
(18:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 18:21:42 +0000
(18:21 +0000)
SVN-Revision: 12149
libs/gsl/Makefile
patch
|
blob
|
history
diff --git
a/libs/gsl/Makefile
b/libs/gsl/Makefile
index bd35260a6e6117cb01758016c27f6d585c74883d..1c52d147d4074dc822797883c1d48de7f6facbc0 100644
(file)
--- a/
libs/gsl/Makefile
+++ b/
libs/gsl/Makefile
@@
-21,6
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/libgsl
SECTION:=libs
CATEGORY:=Libraries
+ DEPENDS:=@!TARGET_avr32
TITLE:=GNU Scientific Library
URL:=http://www.gnu.org/software/gsl/
endef