summaryrefslogtreecommitdiffstats
path: root/libtool-2.4.2-tar-no-owner.patch
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-10-29 13:54:10 +0100
committerPavel Raiskup <praiskup@redhat.com>2015-01-14 08:15:03 +0100
commitf6d9cfe433010677e31bdcd86a15abc3b962e7f0 (patch)
tree932c4f303d30b2d961e1b6a18e987a460841e2a1 /libtool-2.4.2-tar-no-owner.patch
parentf5393b6f955c97062e994c2f1bc2fe9bc73d4a99 (diff)
downloadlibtool-f6d9cfe433010677e31bdcd86a15abc3b962e7f0.tar.gz
libtool-f6d9cfe433010677e31bdcd86a15abc3b962e7f0.tar.xz
libtool-f6d9cfe433010677e31bdcd86a15abc3b962e7f0.zip
rebase to latest minor (bugfix) release
Per release notes: http://lists.gnu.org/archive/html/autotools-announce/2014-10/msg00000.html Resolves: #1159497 Version: 2.4.3-1
Diffstat (limited to 'libtool-2.4.2-tar-no-owner.patch')
-rw-r--r--libtool-2.4.2-tar-no-owner.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/libtool-2.4.2-tar-no-owner.patch b/libtool-2.4.2-tar-no-owner.patch
deleted file mode 100644
index e64bb34..0000000
--- a/libtool-2.4.2-tar-no-owner.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/libtoolize.in b/libtoolize.in
-index 2bce172..16b764d 100644
---- a/libtoolize.in
-+++ b/libtoolize.in
-@@ -69,6 +69,7 @@
- # General help using GNU software: <http://www.gnu.org/gethelp/>.
-
- : ${TAR=tar}
-+test "$TAR" = "tar" && : ${TAR_NO_OWNER=--no-same-owner}
-
- PROGRAM=libtoolize
-
-@@ -1279,7 +1280,7 @@ func_copy_cb ()
- $RM "$my_destdir/$my_file"
- if $opt_copy; then
- if { ( cd "$my_srcdir" && $TAR chf - "$my_file" ) 2>/dev/null \
-- | ( umask 0 && cd "$my_destdir" && $TAR xf - ) >/dev/null 2>&1; } \
-+ | ( umask 0 && cd "$my_destdir" && $TAR xf - $TAR_NO_OWNER) >/dev/null 2>&1; } \
- && touch "$my_destdir/$my_file"; then
- $opt_quiet || func_echo_once "$my_msg_var"
- $opt_quiet || func_echo "copying $my_copy_msg"
-@@ -1288,7 +1289,7 @@ func_copy_cb ()
- else
- if test "$my_file" = "aclocal.m4"; then
- if { ( cd "$my_srcdir" && $TAR chf - "$my_file" ) 2>/dev/null \
-- | ( umask 0 && cd "$my_destdir" && $TAR xf - ) >/dev/null 2>&1 ; }
-+ | ( umask 0 && cd "$my_destdir" && $TAR xf - $TAR_NO_OWNER) >/dev/null 2>&1 ; }
- then
- $opt_quiet || func_echo_once "$my_msg_var"
- $opt_quiet || func_echo "copying $my_copy_msg"