lose 2 WARNING messages when compiling
Alan Buxey
A.L.M.Buxey at lboro.ac.uk
Tue Dec 8 14:17:00 CET 2009
hi,
2 trivial (maybe too trivial? side-effects?) patches to stop the
two extraneous WARNING messages during compilation on FreeRADIUS
--- freeradius-server/Make.inc.in 2009-12-08 13:16:28.000000000 +0000
+++ freeradius-server-new/Make.inc.in 2009-12-08 12:46:20.000000000 +0000
@@ -22,6 +22,7 @@
radacctdir = @radacctdir@
top_builddir = @abs_top_builddir@
top_srcdir = @abs_top_srcdir@
+datarootdir = @datarootdir@
MAKE = @MAKE@
CC = @CC@
--- freeradius-server/src/include/build-radpaths-h.in 2009-12-08 13:16:28.000000000 +0000
+++ freeradius-server-new/src/include/build-radpaths-h.in 2009-12-08 12:46:36.000000000 +0000
@@ -21,6 +21,7 @@
logdir=@logdir@
raddbdir=@raddbdir@
radacctdir=@radacctdir@
+datarootdir=@datarootdir@
cat <<EOF > radpaths.h
/* Automatically generated by "build-radpaths-h" */
sorry - having a little battle with GIT locally and my trees/paths
are horribly screwed up right now :-|
alan
More information about the Freeradius-Users
mailing list