Auto-commit of generated files.
This commit is contained in:
parent
1f110951b5
commit
a747954906
1 changed files with 6 additions and 2 deletions
8
autogen/configure
vendored
8
autogen/configure
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue