git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f1c3a03
)
tar: add libacl and libattr dependencies
author
Álvaro Fernández Rojas
<redacted>
Tue, 10 Mar 2015 22:46:24 +0000
(23:46 +0100)
committer
Álvaro Fernández Rojas
<redacted>
Tue, 10 Mar 2015 22:46:24 +0000
(23:46 +0100)
Signed-off-by: Álvaro Fernández Rojas <redacted>
utils/tar/Makefile
patch
|
blob
|
history
diff --git
a/utils/tar/Makefile
b/utils/tar/Makefile
index ae04f615bb26252c9fb5703d3435f9e9a94bae76..02d796b326e43f16de44161624c36c7293b42b3d 100644
(file)
--- a/
utils/tar/Makefile
+++ b/
utils/tar/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=tar
PKG_VERSION:=1.28
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@
-26,7
+26,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/tar
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=+bzip2
+ DEPENDS:=+bzip2
+libacl +libattr
TITLE:=GNU tar
URL:=http://www.gnu.org/software/tar/
endef
git clone https://git.99rst.org/PROJECT