mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Add support for FreeBSD --rpath linker option; this is equivalent to
-R on Solaris and -rpath on IRIX. This closes SourceForge bug #110613 (Jitterbug PR#202), reported by <aa8vb@yahoo.com>.
This commit is contained in:
parent
2c57e076fe
commit
091ec2cfdd
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
|
|||
-[IDUCf]*) cpps="$cpps $arg";;
|
||||
-Xlinker) libs="$libs $arg"; skip=libs;;
|
||||
-rpath) libs="$libs $arg"; skip=libs;;
|
||||
--rpath) libs="$libs $arg"; skip=libs;;
|
||||
-[A-Zl]*) libs="$libs $arg";;
|
||||
*.a) libs="$libs $arg";;
|
||||
*.so) libs="$libs $arg";;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue