projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e65286
)
[packages] xz: update Makefile
author
Luka Perkov
<luka@openwrt.org>
Mon, 22 Apr 2013 00:05:21 +0000
(
00:05
+0000)
committer
Luka Perkov
<luka@openwrt.org>
Mon, 22 Apr 2013 00:05:21 +0000
(
00:05
+0000)
SVN-Revision: 36373
utils/xz/Makefile
patch
|
blob
|
history
diff --git
a/utils/xz/Makefile
b/utils/xz/Makefile
index 74bd794407eb09ca074c6dbcba3dad091629162c..e1f04c25b4d96cd489c7b9bb05b2f8c4489c495f 100644
(file)
--- a/
utils/xz/Makefile
+++ b/
utils/xz/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
PKG_VERSION:=5.0.4
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://tukaani.org/xz
@@
-64,7
+64,7
@@
endef
define Package/liblzma
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=
xz
+libpthread
+ DEPENDS:=+libpthread
TITLE:=liblzma library from XZ Utils
endef