Skip to content

Commit 18ce1c4

Browse files
committed
Fixed LDSO for FreeBSD
1 parent bcb4a0d commit 18ce1c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/scripts/subst.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ SYSCONFDIR=
4040
[ -z "$INCLUDEDIR" ] && INCLUDEDIR="$PREFIX/include"
4141
if [ -z "$LDSO" ]; then
4242
case "$(uname -s)" in
43+
FreeBSD)
44+
LDSO="/libexec/ld-elf.so.1"
45+
;;
4346
Linux)
4447
LDSO="/lib/ld-linux-$(uname -p).so.2"
4548
;;

0 commit comments

Comments
 (0)