diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:30:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 02:30:02 +0000 |
commit | 7765c3d3500ff8050f20d17e9bf6dbc16e426d99 (patch) | |
tree | 2a576321bfa1f5eb7c8acbfbea468c2e52446f4a /net/icradius/files/patch-src::Makefile.BSD | |
parent | Add p5-IC-Radius 0.4, a Perl5 extension for ICRADIUS Interface Module. (diff) |
Add icradius 0.18.1, a variant of Cistron RADIUS, but with a MySQL
backend.
PR: 29080
Submitted by: Sergey N. Voronkov <serg@tmn.ru>
Notes
Notes:
svn path=/head/; revision=51767
Diffstat (limited to 'net/icradius/files/patch-src::Makefile.BSD')
-rw-r--r-- | net/icradius/files/patch-src::Makefile.BSD | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/icradius/files/patch-src::Makefile.BSD b/net/icradius/files/patch-src::Makefile.BSD new file mode 100644 index 000000000000..aff6922a3421 --- /dev/null +++ b/net/icradius/files/patch-src::Makefile.BSD @@ -0,0 +1,12 @@ +--- src/Makefile.BSD.old Sat Oct 21 23:28:04 2000 ++++ src/Makefile.BSD Wed Oct 25 12:51:01 2000 +@@ -4,7 +4,7 @@ + # + + CC = gcc +-CFLAGS = -I/usr/local/include -Wall -g -DBSD -DNOSHADOW +-LDFLAGS = -L/usr/local/lib/mysql # -s #tatic ++CFLAGS += -I${LOCALBASE}/include -DNOSHADOW -DBSD -DRADIUS_DIR=\"${PREFIX}/etc/raddb\" ++LDFLAGS += -L${LOCALBASE}/lib/mysql -s #tatic + LIBS = -lmysqlclient -lm + LCRYPT = -lcrypt |