Merge pull request #3496 from LucileQ/master

libtalloc: add libattr dependency
This commit is contained in:
champtar
2016-11-08 19:13:53 +01:00
committed by GitHub
+2 -2
View File
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=talloc PKG_NAME:=talloc
PKG_VERSION:=2.1.7 PKG_VERSION:=2.1.7
MAJOR_VERSION:=2 MAJOR_VERSION:=2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc/ PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc/
@@ -28,7 +28,7 @@ define Package/libtalloc
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Core memory allocator used in Samba TITLE:=Core memory allocator used in Samba
DEPENDS:=+USE_GLIBC:libbsd $(ICONV_DEPENDS) DEPENDS:=+USE_GLIBC:libbsd $(ICONV_DEPENDS) +libattr
URL:=https://talloc.samba.org/talloc/doc/html/index.html URL:=https://talloc.samba.org/talloc/doc/html/index.html
endef endef