summaryrefslogtreecommitdiffstats
path: root/package/expat
Commit message (Collapse)AuthorAgeFilesLines
* packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard2008-06-141-0/+1
|
* expat: make sure usr/lib/ existsPeter Korsgaard2008-06-131-0/+1
|
* revert commit 21832John Voltz2008-04-241-9/+1
|
* more options for expat, move install to /usrJohn Voltz2008-04-241-1/+9
|
* expat: cleanup configure argumentsPeter Korsgaard2008-03-311-9/+1
|
* Run $(CONFIG_UPDATE) after unpacking sourcesHamish Moffatt2008-02-121-0/+1
| | | | Patch from Dan Nicolaescu
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
|
* expat has --prefix=usr, so remove /usr from other switchesUlf Samuelsson2007-08-121-7/+7
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expatUlf Samuelsson2007-08-111-1/+1
|
* Use correct DEST_DIR for expatUlf Samuelsson2007-08-111-1/+1
|
* - add missing dirclean target (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-07-081-4/+10
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-0/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - bump version and correct install dirs (Julien Letessier)Bernhard Reutner-Fischer2007-06-251-19/+21
|
* Strip lib even if soname changesPeter Korsgaard2007-05-091-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* lose the extra spaceEric Andersen2007-01-151-1/+0
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-142-6/+85
| | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik
* fix dependancies and install pathsEric Andersen2007-01-111-10/+14
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* - update to 2.0.0 and correct site.Bernhard Reutner-Fischer2006-08-241-2/+2
|
* added expat package per case 0000087David Anders2006-01-233-0/+80