projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0ab8f
)
ksymoops: add missing -lz
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 18:08:17 +0000
(18:08 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 16 Feb 2012 18:08:17 +0000
(18:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30592
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
devel/ksymoops/Makefile
patch
|
blob
|
history
diff --git
a/devel/ksymoops/Makefile
b/devel/ksymoops/Makefile
index
b883bed
..
ef6476a
100644
(file)
--- 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