From: Alan T. DeKok Date: Mon, 29 Mar 2021 12:58:13 +0000 (-0400) Subject: comment out dlopen stuff X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca1b7742831fb3c99157cdef387255b1f7fb2bbd;p=thirdparty%2Ffreeradius-server.git comment out dlopen stuff until we figure out why builds are failing --- diff --git a/Makefile b/Makefile index 55e38ef0728..df55caf2d28 100644 --- a/Makefile +++ b/Makefile @@ -108,21 +108,21 @@ build/autoconf.mk: src/include/autoconf.h # AND that they are built and loaded before using the rest of the # boilermake framework. # -ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" "" -_:=$(shell make libfreeradius-make-dlopen.a libfreeradius-make-version.a) +#ifeq "$(findstring libfreeradius-make,$(MAKECMDGOALS))" "" +#_:=$(shell make libfreeradius-make-dlopen.a libfreeradius-make-version.a) --load build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup) --load build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup) +#load build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup) +#load build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup) -else +#else # # We're building ONLY the libfreeradius-make-* files. # Leave the outputs at the default location, but take the # inputs from the scripts/build directory. # -BUILD_DIR:=${top_srcdir}/build -top_builddir:=${top_srcdir}/scripts/build -endif +#BUILD_DIR:=${top_srcdir}/build +#top_builddir:=${top_srcdir}/scripts/build +#endif # # Load the huge boilermake framework.