diff options
author | Niko Tyni <ntyni@debian.org> | 2012-10-17 12:56:43 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2012-10-17 12:56:43 -0400 |
commit | 7dc65651902f0390dfb92783b32c0b4976885475 (patch) | |
tree | 049c4a9403e0b2abf6f2e1aba9643ef87f7903df /hints | |
parent | 2709980d5a193ce6f3a16f0d19879a6560dcde44 (diff) | |
download | perl-7dc65651902f0390dfb92783b32c0b4976885475.tar.gz |
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.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/gnukfreebsd.sh | 3 | ||||
-rw-r--r-- | hints/gnuknetbsd.sh | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/hints/gnukfreebsd.sh b/hints/gnukfreebsd.sh index 1225f6995f..435afe7890 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 6ee143357f..008547f1d9 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' |