In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7dc65651902f0390dfb92783b32c0b4976885475?hp=2709980d5a193ce6f3a16f0d19879a6560dcde44>

- Log -----------------------------------------------------------------
commit 7dc65651902f0390dfb92783b32c0b4976885475
Author: Niko Tyni <[email protected]>
Date:   Wed Oct 17 12:56:43 2012 -0400

    Remove unnecessary overrides in gnukfreebsd and gnuknetbsd hints.
    
    hints/gnukfreebsd.sh and hints/gnuknetbsd.sh unconditionally
    override Configure's values for ccdlflags and lddlflags, even though
    the default Configure guesses should be correct for those systems.
    Configure was altered in commit fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc
    (Perforce change 23909) to get the correct values, but later commit
    46c947e8b9def6de34ac831834a3c290ab266515 (Perforce change 24017) included
    these now-outdated hints file changes as part of importing a larger set
    of patches from Debian.
    
    This patch removes the unnecessary overrides.  Thanks to Niko Tyni for
    digging up the history and supplying the hints/gnukfreebsd.sh patch.
-----------------------------------------------------------------------

Summary of changes:
 hints/gnukfreebsd.sh |    3 ---
 hints/gnuknetbsd.sh  |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/hints/gnukfreebsd.sh b/hints/gnukfreebsd.sh
index 1225f69..435afe7 100644
--- a/hints/gnukfreebsd.sh
+++ b/hints/gnukfreebsd.sh
@@ -5,6 +5,3 @@
 
 . ./hints/linux.sh
 
-# Configure sets these where $osname = linux
-ccdlflags='-Wl,-E'
-lddlflags='-shared'
diff --git a/hints/gnuknetbsd.sh b/hints/gnuknetbsd.sh
index 6ee1433..008547f 100644
--- a/hints/gnuknetbsd.sh
+++ b/hints/gnuknetbsd.sh
@@ -5,6 +5,3 @@
 
 . ./hints/linux.sh
 
-# Configure sets these where $osname = linux
-ccdlflags='-Wl,-E'
-lddlflags='-shared'

--
Perl5 Master Repository

Reply via email to