Commit 8bfefce7 authored by Guido van Rossum's avatar Guido van Rossum

On HP-UX, -rpath is another option taking an argument that needs to go

to the libs variable.  Reported by Albert Chin-A-Young.
parent 18659608
......@@ -142,6 +142,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
case $arg in
-[IDUC]*) cpps="$cpps $arg";;
-Xlinker) libs="$libs $arg"; skip=libs;;
-rpath) libs="$libs $arg"; skip=libs;;
-[A-Zl]*) libs="$libs $arg";;
*.a) libs="$libs $arg";;
*.so) libs="$libs $arg";;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment