gsl is broken on avr32 in a very weird way (linker error)
authorFelix Fietkau <nbd@openwrt.org>
Tue, 5 Aug 2008 18:21:42 +0000 (18:21 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 5 Aug 2008 18:21:42 +0000 (18:21 +0000)
SVN-Revision: 12149

libs/gsl/Makefile

index bd35260a6e6117cb01758016c27f6d585c74883d..1c52d147d4074dc822797883c1d48de7f6facbc0 100644 (file)
@@ -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