This one time, at band camp, Nicolas Baradakis said:
> Petr Salinger wrote:
> 
> > > upstream is reworking quite a bit of the build system in cvs as well.  I
> > > will do a check out over the weekend, and if it can be relibtoolized in
> > > a reliable way, I will do so for the next version.
> >
> > May be it will already include updated libtool, 
> > as 1.5.2 have been released in January 2004.
> 
> Next version of FreeRADIUS (1.1.3) will include libtool 1.5.22. You might
> get it from the upstream CVS:

I have just checked it over, and it looks like it does the right thing
for kgnufreebsd.  Petr, can you do a check out of the cvs version and
double check?  In debian/rules, you'll want to make one change:
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
        confflags += $(DEB_HOST_GNU_TYPE)

Should become
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
        confflags += --build=$(DEB_HOST_GNU_TYPE)
        
The old syntax is no longer valid with the reautotooled version.

Thanks all,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to