mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
Merge pull request #3496 from LucileQ/master
libtalloc: add libattr dependency
This commit is contained in:
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=talloc
|
||||
PKG_VERSION:=2.1.7
|
||||
MAJOR_VERSION:=2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc/
|
||||
@@ -28,7 +28,7 @@ define Package/libtalloc
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
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
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user