[Buildroot] svn commit: trunk/buildroot/package/expat

John Voltz john.voltz at gmail.com
Thu Apr 24 13:38:12 UTC 2008


I'm attempting to sync up our Google Code buildroot changes with the uClibc
buildroot. I'm having a little difficulty determining who's changes are the
"best" changes. A lot of stuff has changed or been added to both in the last
few weeks. Do you recommend that I revert this expat commit? I think I'll
start pulling the commit logs and looking them over now before I continue.

John


On Thu, Apr 24, 2008 at 9:18 AM, Hans-Christian Egtvedt <
hans-christian.egtvedt at atmel.com> wrote:

> On Thu, 2008-04-24 at 06:15 -0700, ninevoltz at uclibc.org wrote:
> > Author: ninevoltz
> > Date: 2008-04-24 06:15:30 -0700 (Thu, 24 Apr 2008)
> > New Revision: 21832
> >
> > Log:
> > more options for expat, move install to /usr
> >
>
> >From what I can see, that was the default before this patch.
>
> > Modified:
> >    trunk/buildroot/package/expat/expat.mk
> >
> >
> > Changeset:
> > Modified: trunk/buildroot/package/expat/expat.mk
> > ===================================================================
> > --- trunk/buildroot/package/expat/expat.mk    2008-04-24 13:14:25 UTC
> (rev 21831)
> > +++ trunk/buildroot/package/expat/expat.mk    2008-04-24 13:15:30 UTC
> (rev 21832)
> > @@ -35,8 +35,16 @@
> >               --build=$(GNU_HOST_NAME) \
> >               --prefix=/usr \
> >               --exec-prefix=/usr \
> > +             --bindir=/bin \
> > +             --sbindir=/sbin \
> > +             --libdir=/lib \
> > +             --libexecdir=/lib \
> >               --sysconfdir=/etc \
> > +             --datadir=/share \
> >               --localstatedir=/var \
> > +             --includedir=/include \
> > +             --mandir=/man \
> > +             --infodir=/info \
>
> These +'s seems very wrong, the --prefix should take care of that.
>
> >               --enable-shared \
> >       )
> >       touch $@
> > @@ -46,7 +54,7 @@
> >       touch -c $@
> >
> >  $(STAGING_DIR)/$(EXPAT_TARGET_BINARY): $(EXPAT_DIR)/$(EXPAT_BINARY)
> > -     $(MAKE) DESTDIR=$(STAGING_DIR) -C $(EXPAT_DIR) install
> > +     $(MAKE) DESTDIR=$(STAGING_DIR)/usr -C $(EXPAT_DIR) install
>
> This is due to you override the prefix during configure.
>
> Did the ./configure --prefix stuff not work? I usually only specify
> --prefix=/usr, --sysconfdir=/etc and -localstatedir=/var.
>
> then do make DESTDIR=$(STAGING_DIR) install.
>
> >       $(SED) "s,^libdir=.*,libdir=\'$(STAGING_DIR)/usr/lib\',g" \
> >               $(STAGING_DIR)/usr/lib/libexpat.la
> >       touch -c $@
>
> --
> With kind regards,
> Hans-Christian Egtvedt, Applications Engineer
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20080424/db9fd414/attachment-0001.html>


More information about the buildroot mailing list