eccf0f0b1c
This release contains a number of improvements over previous releases. We recommend that everyone using earlier versions of the server upgrade to obtain the bug fixes and feates that this version supplies. It's new features include: o Updated dictionaries (as always), o Digest authentication updates, o Net-SNMP compatibility fixes, o Bug fixes for multiple platforms (64-bit architectures, *BSD), o Security fixes for EAP-MSCHAPv2, o Miscellaneous other fixes PR: ports/95033 Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
11 lines
443 B
Makefile
11 lines
443 B
Makefile
--- src/modules/rules.mak.orig Mon Mar 27 15:43:04 2006
|
|
+++ src/modules/rules.mak Mon Mar 27 15:44:11 2006
|
|
@@ -112,7 +112,7 @@
|
|
|
|
$(TARGET).la: $(LT_OBJS)
|
|
$(LIBTOOL) --mode=link $(CC) -release $(RADIUSD_VERSION) \
|
|
- -module $(LINK_MODE) $(LDFLAGS) $(RLM_LDFLAGS) -o $@ \
|
|
+ -module $(LINK_MODE) $(CFLAGS) $(RLM_CFLAGS) $(LDFLAGS) $(RLM_LDFLAGS) -o $@ \
|
|
-rpath $(libdir) $^ $(top_builddir)/src/lib/libradius.la \
|
|
$(RLM_LIBS) $(LIBS)
|
|
|