Skip to content

Commit

Permalink
FreeBSD hints: remove assigment of 'define' to d_dlopen
Browse files Browse the repository at this point in the history
Building with g++ now appears to work without this assigment.
  • Loading branch information
jkeenan committed May 9, 2024
1 parent 971847d commit 09d0f78
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hints/freebsd.sh
Expand Up @@ -345,11 +345,8 @@ ccflags="${ccflags} -DNO_POSIX_2008_LOCALE"
# Reported in 11.0-CURRENT with g++-4.8.5:
# If using g++, the Configure scan for dlopen() fails.
# Easier for now to just to forcibly set it.
#case "$cc" in
#*g++*)
# d_dlopen='define'
# ;;
#esac
# 2024-05-09 update: FreeBSD now appears to compile and pass all tests without
# assigning 'define' to d_dlopen.

case `uname -p` in
arm|mips)
Expand Down

0 comments on commit 09d0f78

Please sign in to comment.