gsl is broken on avr32 in a very weird way (linker error)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12149 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-08-05 18:21:42 +00:00
parent 7f8df7a55c
commit 27a177746c

View 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