Fixed LDSO for FreeBSD
This commit is contained in:
parent
bcb4a0d64c
commit
18ce1c4c84
@ -40,6 +40,9 @@ SYSCONFDIR=
|
||||
[ -z "$INCLUDEDIR" ] && INCLUDEDIR="$PREFIX/include"
|
||||
if [ -z "$LDSO" ]; then
|
||||
case "$(uname -s)" in
|
||||
FreeBSD)
|
||||
LDSO="/libexec/ld-elf.so.1"
|
||||
;;
|
||||
Linux)
|
||||
LDSO="/lib/ld-linux-$(uname -p).so.2"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user