mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
ksymoops: add missing -lz
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30592 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bb0ab8fa68
commit
a83a7b8243
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user