Skip to content

Commit 8bfefce

Browse files
committed
On HP-UX, -rpath is another option taking an argument that needs to go
to the libs variable. Reported by Albert Chin-A-Young.
1 parent 1865960 commit 8bfefce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/makesetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
142142
case $arg in
143143
-[IDUC]*) cpps="$cpps $arg";;
144144
-Xlinker) libs="$libs $arg"; skip=libs;;
145+
-rpath) libs="$libs $arg"; skip=libs;;
145146
-[A-Zl]*) libs="$libs $arg";;
146147
*.a) libs="$libs $arg";;
147148
*.so) libs="$libs $arg";;

0 commit comments

Comments
 (0)