Skip to content

Commit

Permalink
Update FreeBSD linker flags
Browse files Browse the repository at this point in the history
Fixes #67
  • Loading branch information
esproul committed Oct 4, 2021
1 parent dfb35cc commit 5ee33ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ case $host in
*-*-freebsd*)
PICFLAGS="-fpic"
MODULELD="$CC -shared"
LDFLAGS="$LDFLAGS -export-dynamic -L/usr/local/lib"
LDFLAGS="$LDFLAGS -Wl,-E -L/usr/local/lib"
CFLAGS="$CFLAGS -DCOMPAT_43TTY -I/usr/local/include"
SHLD="$CC -shared"
MODULEEXT=so
Expand Down

0 comments on commit 5ee33ed

Please sign in to comment.