]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
conditionally load plugins
authorAlan T. DeKok <aland@freeradius.org>
Mon, 29 Mar 2021 11:28:45 +0000 (07:28 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 31 Mar 2021 15:11:27 +0000 (16:11 +0100)
until such time as we find out why CI fails with an error about
autoconf.h

Makefile

index 85624a6f280c1c090fb695c3cb05447dfc409fca..55e38ef0728f074233f6a5d600a09b175a945e71 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,8 +111,8 @@ build/autoconf.mk: src/include/autoconf.h
 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
 #