]> granicus.if.org Git - python/commitdiff
On HP-UX, -rpath is another option taking an argument that needs to go
authorGuido van Rossum <guido@python.org>
Fri, 21 May 1999 19:18:49 +0000 (19:18 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 May 1999 19:18:49 +0000 (19:18 +0000)
to the libs variable.  Reported by Albert Chin-A-Young.

Modules/makesetup

index 69028dd8688afd94be76b9de1bc4258b7d197248..18fb682d5a77baea6ed85cd8606a23be3cedcf31 100755 (executable)
@@ -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";;