]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "Don't try and build the make support libraries if this is a WASM build.....
authorAlan T. DeKok <aland@freeradius.org>
Wed, 27 Apr 2022 21:31:08 +0000 (17:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 27 Apr 2022 21:31:08 +0000 (17:31 -0400)
This reverts commit 932bf41d78ab0c463446cdf46a8ac82812f0e2fc.

Makefile

index 711aec0d9a97d360d23271c91e528fee09c0ab8e..90c6ec9fd8213e5a3aa443e7481481d89b9905d4 100644 (file)
--- 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)