]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
comment out dlopen stuff
authorAlan T. DeKok <aland@freeradius.org>
Mon, 29 Mar 2021 12:58:13 +0000 (08:58 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:11:33 +0000 (16:11 +0100)
until we figure out why builds are failing

Makefile

index 55e38ef0728f074233f6a5d600a09b175a945e71..df55caf2d28f3ab127dacae63029050e7a7927b1 100644 (file)
--- 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.