[package] fix compilation failure of clearsilver with arm eabi (#4813)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Apr 2009 15:03:13 +0000 (15:03 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Apr 2009 15:03:13 +0000 (15:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15138 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/clearsilver/Makefile

index e5dc2b9..5c3ff6e 100644 (file)
@@ -22,7 +22,7 @@ define Package/clearsilver
   CATEGORY:=Libraries
   DEPENDS:=+libneon +zlib
   TITLE:=ClearSilver template system
-       URL:=http://www.clearsilver.net/
+  URL:=http://www.clearsilver.net/
 endef
 
 define Package/clearsilver/description
@@ -45,6 +45,7 @@ MAKE_FLAGS += \
        $(TARGET_CONFIGURE_OPTS) \
        AR="$(AR) cr" \
        LD="$(TARGET_CROSS)ld -o" \
+       LIBS="-lneo_cgi -lneo_cs -lneo_utl -lz $(LIBGCC_S)" \
        DESTDIR="$(PKG_INSTALL_DIR)" \
        all install