diff options
Diffstat (limited to 'net-misc/ser/files/ser-0.9.7-radius.diff')
-rw-r--r-- | net-misc/ser/files/ser-0.9.7-radius.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-misc/ser/files/ser-0.9.7-radius.diff b/net-misc/ser/files/ser-0.9.7-radius.diff new file mode 100644 index 000000000000..f0e2ce582676 --- /dev/null +++ b/net-misc/ser/files/ser-0.9.7-radius.diff @@ -0,0 +1,13 @@ +--- modules/acc/Makefile.orig 2007-07-02 01:42:31.000000000 +0200 ++++ modules/acc/Makefile 2005-09-07 18:23:00.000000000 +0200 +@@ -16,8 +16,8 @@ + #DEFS+=-DSQL_ACC + + # uncomment the next two lines if you wish to enable RADIUS accounting +-#DEFS+=-DRAD_ACC +-#include ../../Makefile.radius ++DEFS+=-DRAD_ACC ++include ../../Makefile.radius + + # uncomment the next two lines if you wish to enable DIAMETER accounting + #DEFS+=-DDIAM_ACC |