build from current "master"
    Arran Cudbard-Bell 
    a.cudbardb at freeradius.org
       
    Fri Sep 14 17:45:39 CEST 2012
    
    
  
On 14 Sep 2012, at 15:32, Phil Mayers <p.mayers at IMPERIAL.AC.UK> wrote:
> ...requires the following changes:
> 
> diff --git a/Makefile b/Makefile
> index a26c73a..13032e3 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -90,7 +90,6 @@ install:
>        for i in dictionary*; do \
>                $(INSTALL) -m 644 $$i $(R)$(dictdir); \
>        done
> -       $(LIBTOOL) --finish $(R)$(libdir)
> endif
> 
> ifneq ($(RADMIN),)
> diff --git a/scripts/Makefile b/scripts/Makefile
> index 526c321..1924d73 100644
> --- a/scripts/Makefile
> +++ b/scripts/Makefile
> @@ -10,7 +10,6 @@ radwatch:
> install:
>        $(INSTALL) -m 755 rc.radiusd            $(R)$(sbindir)
>        $(INSTALL) -m 755 radsqlrelay           $(R)$(bindir)
> -       $(INSTALL) -m 755 radwatch              $(R)$(sbindir)
>        $(INSTALL) -m 755 raddebug              $(R)$(sbindir)
>        $(INSTALL) -m 755 cryptpasswd           $(R)$(bindir)/radcrypt
Dammit, missed that one.
-Arran
    
    
More information about the Freeradius-Devel
mailing list