On Thu, Feb 13, 2003 at 02:50:27PM +0100, Jacques Caruso wrote:
> Hi,
> 
> I noticed that the Debian packages I had built have a little problem :
> the dictionaries are put in /share, and the documentation was put in two
> different places. I quickly munged the debian/rules file like this :
> 
> -       ./configure --prefix=$(prefix) --exec-prefix=$(exec_prefix) 
>--libdir=$(libdir) --mandir=$(mandir) --with-logdir=$(logdir) --with-thread-pool 
>--with-system-libtool="`which libtool`" --enable-ltdl-install=no 
>--enable-strict-dependencies `find src/modules -type d |grep rlm_ |sed -e 
>"s%.*/\(rlm_[^/]*\)\(/.*\)*%\\1%" |sort |uniq |while read dir; do egrep ^$dir\$ 
>src/modules/stable >/dev/null || echo --disable-$dir; done`
> +       ./configure --prefix=$(prefix) --exec-prefix=$(exec_prefix) 
>--libdir=$(libdir) --mandir=$(mandir) --datadir=$(datadir) --with-logdir=$(logdir) 
>--with-thread-pool --with-system-libtool="`which libtool`" --enable-ltdl-install=no 
>--without-rlm_x99_token --enable-strict-dependencies `find src/modules -type d |grep 
>rlm_ |sed -e "s%.*/\(rlm_[^/]*\)\(/.*\)*%\\1%" |sort |uniq |while read dir; do egrep 
>^$dir\$ src/modules/stable >/dev/null || echo --disable-$dir; done`

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=178761

There's also a few other patches in the bugreports there you might want,
although some of them have been integrated now.

--
Paul "TBBle" Hampson (Moving in progress, email from non-usual machine)

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to