[package] fix compilation failure of clearsilver with arm eabi (#4813)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-04-07 15:03:13 +00:00
parent 13d25c4f7f
commit 246939fe54

View File

@ -45,6 +45,7 @@ MAKE_FLAGS += \
$(TARGET_CONFIGURE_OPTS) \ $(TARGET_CONFIGURE_OPTS) \
AR="$(AR) cr" \ AR="$(AR) cr" \
LD="$(TARGET_CROSS)ld -o" \ LD="$(TARGET_CROSS)ld -o" \
LIBS="-lneo_cgi -lneo_cs -lneo_utl -lz $(LIBGCC_S)" \
DESTDIR="$(PKG_INSTALL_DIR)" \ DESTDIR="$(PKG_INSTALL_DIR)" \
all install all install