summaryrefslogtreecommitdiffstats
path: root/package/libelf
Commit message (Collapse)AuthorAgeFilesLines
* - make sure that the target's usr/include dir exists when installing the headersBernhard Reutner-Fischer2007-10-021-1/+3
| | | | | It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include if installing any headers was requested to fix this in a generic manner..
* - 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)
* - bump version and make it compile also if 64bit is unavailableBernhard Reutner-Fischer2007-09-242-5/+12375
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-8/+8
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - install some more stuff that goes into staging_dir into the proper place.Bernhard Reutner-Fischer2007-04-161-1/+1
| | | | First hunk of fixes for bug #1290
* - someone disabled shared lib support without fixing the libelf rule leading toBernhard Reutner-Fischer2007-04-062-4/+20
| | | | | useless rebuilds. Add option to install the lib to the target and not only to the staging_dir.
* - bump version. memmove works so let configure know about this factBernhard Reutner-Fischer2007-04-061-6/+8
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+2
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* removed unnessary patch and removed references for installing shared libs ↵David Anders2006-01-232-13/+0
| | | | that are not built
* disable shared library support during configurationDavid Anders2006-01-232-2/+3
|
* Fix up the build of libelf so it actually worksEric Andersen2005-04-122-6/+23
|
* Add support for libelfEric Andersen2005-02-252-0/+69