Browse Source

Merge pull request #3496 from LucileQ/master

libtalloc: add libattr dependency
lilik-openwrt-22.03
champtar 8 years ago
committed by GitHub
parent
commit
5b7141c600
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libtalloc/Makefile

+ 2
- 2
libs/libtalloc/Makefile 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


Loading…
Cancel
Save