From: nbd Date: Thu, 16 Feb 2012 18:08:17 +0000 (+0000) Subject: ksymoops: add missing -lz X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a83a7b8243723801d9a2d11f80779a15278301a2;p=packages.git ksymoops: add missing -lz git-svn-id: svn://svn.openwrt.org/openwrt/packages@30592 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/devel/ksymoops/Makefile b/devel/ksymoops/Makefile index b883bed34..ef6476a57 100644 --- a/devel/ksymoops/Makefile +++ b/devel/ksymoops/Makefile @@ -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