Pull fixes for crypt() linking from the head.
authoraland <aland>
Fri, 29 Nov 2002 16:47:34 +0000 (16:47 +0000)
committeraland <aland>
Fri, 29 Nov 2002 16:47:34 +0000 (16:47 +0000)
src/main/Makefile.in

index dd56ab7..4c8a7ea 100644 (file)
@@ -33,7 +33,7 @@ all:  $(BINARIES)
 radiusd: $(SERVER_OBJS) ../lib/libradius.a $(MODULE_OBJS)
        $(LIBTOOL) --mode=link $(CC) -export-dynamic -dlopen self \
                $(CFLAGS) $(LDFLAGS) -o $@ \
-               $(SERVER_OBJS) $(LIBS) $(LCRYPT) \
+               $(SERVER_OBJS) $(LCRYPT) $(LIBS) \
                $(PTHREADLIB) $(LIBLTDL) $(MODULE_LIBS) 
 
 radiusd.o: radiusd.c $(INCLUDES)  ../include/request_list.h ../include/modules.h ../include/modcall.h ../include/modpriv.h