From a7479549069363c9406cd166636e639815774346 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 May 2012 06:17:27 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/configure | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/autogen/configure b/autogen/configure index 5a70efc967f..c207cff105e 100755 --- a/autogen/configure +++ b/autogen/configure @@ -8336,7 +8336,9 @@ case "$opsys" in ## Let `ld' find image libs and similar things in /usr/local/lib. ## The system compiler, GCC, has apparently been modified to not ## look there, contrary to what a stock GCC would do. - LD_SWITCH_SYSTEM=-L/usr/local/lib +### It's not our place to do this. See bug#10313#17. +### LD_SWITCH_SYSTEM=-L/usr/local/lib + : ;; gnu-linux) @@ -8345,7 +8347,9 @@ case "$opsys" in ;; netbsd) - LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib" +### It's not our place to do this. See bug#10313#17. +### LD_SWITCH_SYSTEM="-Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib" + : ;; openbsd) -- 2.39.2