From: Alan T. DeKok Date: Wed, 27 Apr 2022 21:31:08 +0000 (-0400) Subject: Revert "Don't try and build the make support libraries if this is a WASM build..... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8797ab8991d5746174582dcdaffdedcec7721966;p=thirdparty%2Ffreeradius-server.git Revert "Don't try and build the make support libraries if this is a WASM build... we'll figure this out later" This reverts commit 932bf41d78ab0c463446cdf46a8ac82812f0e2fc. --- diff --git a/Makefile b/Makefile index 711aec0d9a9..90c6ec9fd82 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,6 @@ PROTOCOLS := \ ifneq "$(MAKECMDGOALS)" "deb" ifneq "$(MAKECMDGOALS)" "rpm" ifeq "$(findstring crossbuild,$(MAKECMDGOALS))" "" -ifeq "$(findstring wasm,$(TARGET_SYSTEM))" "" # # Include all of the autoconf definitions into the Make variable space # @@ -125,7 +124,6 @@ else LIBRARY_EXT := so endif endif -endif load build/lib/.libs/libfreeradius-make-dlopen.${LIBRARY_EXT}(dlopen_gmk_setup) load build/lib/.libs/libfreeradius-make-version.${LIBRARY_EXT}(version_gmk_setup)