Don't link to modules, it breaks things
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Dec 2012 21:26:48 +0000 (21:26 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 6 Dec 2012 21:27:12 +0000 (21:27 +0000)
src/main/radiusd.mk

index 980a261..9819c95 100644 (file)
@@ -12,7 +12,7 @@ SRC_CFLAGS    := -DHOSTINFO=\"${HOSTINFO}\"
 TGT_INSTALLDIR  := ${sbindir}
 TGT_LDLIBS     := $(LIBS) $(LCRYPT) $(OPENSSL_LIBS)
 
-TGT_PREREQS    := libfreeradius-radius.a $(filter rlm_%,${ALL_TGTS})
+TGT_PREREQS    := libfreeradius-radius.a
 
 # Libraries can't depend on libraries (oops), so make the binary
 # depend on the EAP code...