Skip to content
Snippets Groups Projects
Commit af9be91d authored by Niels Möller's avatar Niels Möller
Browse files

(cfgargs): Tweaked order for --with-include-path and

--with-lib-path, to put $pfx before /usr/local.

Rev: misc/xenofarm.sh:1.39
parent 89f80d19
No related branches found
No related tags found
No related merge requests found
...@@ -44,9 +44,9 @@ pfx=`pwd`/pfx ...@@ -44,9 +44,9 @@ pfx=`pwd`/pfx
oopcfgargs="-C --prefix=$pfx --disable-shared --without-adns --without-readline --without-glib --without-tcl --without-www $cfgargs" oopcfgargs="-C --prefix=$pfx --disable-shared --without-adns --without-readline --without-glib --without-tcl --without-www $cfgargs"
gmpcfgargs="-C --prefix=$pfx --disable-shared" gmpcfgargs="-C --prefix=$pfx --disable-shared $cfgargs"
cfgargs="-C --with-include-path=/usr/local/include:$pfx/include --with-lib-path=/usr/local/lib:$pfx/lib --prefix=$pfx $cfgargs" cfgargs="-C --with-include-path=$pfx/include:/usr/local/include --with-lib-path=$pfx/lib:/usr/local/lib --prefix=$pfx $cfgargs"
# Fix PATH for system where the default environment is broken # Fix PATH for system where the default environment is broken
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment