From 983185c889140a8e411d1e8321caefd45d47b6d3 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Mon, 22 Apr 2013 00:05:21 +0000 Subject: [PATCH] [packages] xz: update Makefile SVN-Revision: 36373 --- utils/xz/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/xz/Makefile b/utils/xz/Makefile index 74bd794407..e1f04c25b4 100644 --- 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 -- 2.30.2