ports/net/freeradius2/files/patch-src::modules::rlm_ippool::Makefile.in
Pav Lucistnik 10e471b0d2 - Fix PGSQL support
PR:		ports/77705
Submitted by:	Andrew Thompson <andy@fud.org.nz> (maintainer)
2005-02-19 21:09:40 +00:00

11 lines
514 B
Text

--- src/modules/rlm_ippool/Makefile.in.orig Sat Feb 19 14:57:57 2005
+++ src/modules/rlm_ippool/Makefile.in Sat Feb 19 14:58:28 2005
@@ -9,7 +9,7 @@
include ../rules.mak
rlm_ippool_tool: rlm_ippool_tool.o
- $(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@
+ $(LIBTOOL) --mode=link $(CC) $^ $(LDFLAGS) $(LIBS) $(RLM_LIBS) -o $@
rlm_ippool_tool.8: rlm_ippool_tool.pod
pod2man --release=" " --date="October 2nd, 2003" --center="FreeRADIUS Daemon" --section=8 rlm_ippool_tool.pod > rlm_ippool_tool.8