|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# |
|
|
|
# Filename: package/.../freeradius/freeradius.conf |
|
|
|
# Filename: package/.../freeradius/freeradius.conf |
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
@ -24,6 +24,9 @@ fi |
|
|
|
var_append LDFLAGS ' ' "-L/lib" |
|
|
|
var_append LDFLAGS ' ' "-L/lib" |
|
|
|
export LDFLAGS |
|
|
|
export LDFLAGS |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#to get it compiled with libtool-2.x |
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--with-system-libtool" |
|
|
|
|
|
|
|
|
|
|
|
# disabling rlm_unix module atm because we've some problem to detect libshadow.so |
|
|
|
# disabling rlm_unix module atm because we've some problem to detect libshadow.so |
|
|
|
# 2005-09-20 morfoh |
|
|
|
# 2005-09-20 morfoh |
|
|
|
var_append extraconfopt ' ' "--without-rlm_unix" |
|
|
|
var_append extraconfopt ' ' "--without-rlm_unix" |
|
|
|