From bcc5c953f80c53732172345639f30974b9862043 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Fri, 17 Jan 2014 20:24:00 +0100 Subject: Re-enable DYNAMIC_GHC_PROGRAMS for FreeBSD. All actively supported releases (8.4-RELEASE, 9.2-RELEASE and the upcoming 10.0-RELEASE) now support resolution of $ORIGIN properly. --- mk/config.mk.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mk') diff --git a/mk/config.mk.in b/mk/config.mk.in index 350ea697c7..b3d6995216 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -138,10 +138,6 @@ ifeq "$(TargetOS_CPP)" "mingw32" # This doesn't work on Windows yet DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_TOO=NO -else ifeq "$(TargetOS_CPP)" "freebsd" -# FreeBSD cannot do proper resolution for $ORIGIN (due to a bug in -# rtld(1)), so disable it by default (see #7819). -DYNAMIC_GHC_PROGRAMS = NO else ifeq "$(PlatformSupportsSharedLibs)" "NO" DYNAMIC_GHC_PROGRAMS = NO else -- cgit v1.2.1