ksymoops: add missing -lz

git-svn-id: svn://svn.openwrt.org/openwrt/packages@30592 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-02-16 18:08:17 +00:00
parent bb0ab8fa68
commit a83a7b8243

View File

@ -46,6 +46,7 @@ define Build/Compile
DEF_MAP='\"$(LINUX_DIR)/System.map\"' \
CROSS="$(TARGET_CROSS)" \
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
LDFLAGS="-lz" \
all install
endef