From 135af86543884cd17076f877fdc28f79f19eed0e Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 10 Mar 2011 18:32:10 +0100 Subject: [PATCH] glibc: changed to explicitely use tar --dereference while extracting glibc-ports (see note) Note: Starting with tar 1.24 we have to use tar --dereference so the formerly created symlink won't be removed. --- base/glibc/glibc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/glibc/glibc.conf b/base/glibc/glibc.conf index 815afd89c..289864cdf 100644 --- a/base/glibc/glibc.conf +++ b/base/glibc/glibc.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../glibc/glibc.conf -# Copyright (C) 2006 - 2010 The OpenSDE Project +# Copyright (C) 2006 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -106,7 +106,7 @@ glibc_prepatch() { # extract each addon into the definitive folder mkdir -pv $addon ln -sv $addon $tarname - tar -v ${taropt} $tarball + tar -v --dereference ${taropt} $tarball rm $tarname done