]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't bake module.c into unit_test_module
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Jan 2018 00:34:48 +0000 (17:34 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 30 Jan 2018 01:12:39 +0000 (18:12 -0700)
It's provided by libfreeradius-server, and building with it here gives us a chimaera effect, where half the symbols resolve in the local version, and half resolve to libfreeradius-server.dylib

src/main/unit_test_module.mk

index a77730a45ae83ccc27a0a5690f9733644536d1aa..bb0e9f4d065c817bca624f75773404111164f220 100644 (file)
@@ -5,7 +5,6 @@ SOURCES := \
        crypt.c \
        files.c \
        mainconfig.c \
-       module.c \
        unit_test_module.c \
        soh.c \
        state.c \