Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure.ac: use "command -v" instead of "type -p" | Bjørn Forsman | 2017-08-01 | 1 | -1/+1 |
| | | | | | "type -p" is a Bash thing, whereas "command -v" is specified by POSIX (more portable). | ||||
* | Make tests run in serial as they break in parallel | James Le Cuirot | 2016-03-17 | 1 | -1/+1 |
| | | | It would be nice to fix them in parallel but I lack the time. | ||||
* | Fix PAGESIZE auto-determination | Eelco Dolstra | 2016-02-22 | 1 | -11/+11 |
| | | | | | Don't use "which" (which might not exist), and don't redirect getconf auto to /dev/null. | ||||
* | Allow specifying page size at configure time | Felipe Sateler | 2016-01-15 | 1 | -0/+18 |
| | |||||
* | Remove stale sysconf configure check | Felipe Sateler | 2016-01-15 | 1 | -2/+0 |
| | |||||
* | Merge branch 'patch-1' of https://github.com/darealshinji/patchelfmod | Eelco Dolstra | 2015-07-23 | 1 | -8/+0 |
|\ | | | | | | | | | Conflicts: configure.ac | ||||
| * | Don't need libattr and libacl anymore | darealshinji | 2015-07-13 | 1 | -8/+0 |
| | | |||||
* | | Configure automatically the page size with a runtime call, solve the issue ↵ | Adrien Devresse | 2015-07-23 | 1 | -0/+2 |
| | | | | | | | | #53 related to prtability on powerpc64 architecture | ||||
* | | Change configure.ac from OpenWrt to support Mac OS | Alexandre Pretyman | 2015-07-17 | 1 | -1/+1 |
|/ | | | | | | | | | | | | This change is from the OpenWrt project, from the URL: https://dev.openwrt.org/ticket/18998 It enables patchelf to sucessfully compile and run under Mac OS and keeps compatibility with Linux. Tested under Mac OS X 10.9.5 and Ubuntu 15.04 to patch a binary of type ELF 32-bit LSB executable - the patch fully worked This patch is credited to Felix Fietkau | ||||
* | Use libattr and libacl to copy permissions if available | Jeremy Sanders | 2014-07-29 | 1 | -0/+8 |
| | |||||
* | Don't use the "version suffix" stuff in releaseTools.sourceTarball | Eelco Dolstra | 2013-03-06 | 1 | -1/+1 |
| | | | | It's confusing. | ||||
* | Fix configure.ac | Eelco Dolstra | 2012-07-17 | 1 | -1/+1 |
| | | | | | | tests/Makefile.am:20: warning: compiling 'simple.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac' http://hydra.nixos.org/build/2796463 | ||||
* | Rewrite tests in automake | Vincent Danjean | 2012-07-10 | 1 | -1/+1 |
| | | | | | | | | | - add options in AM_INIT_AUTOMAKE to be more strict and to enable more advanced features (color-tests and parallel-tests) - rewrite tests/Makefile.am to use automake rules for building program and libraries => we can now do: ./bootstrap.sh && mkdir build && cd build && ../configure && make -j distcheck | ||||
* | Cleanup configure.ac | Vincent Danjean | 2012-07-10 | 1 | -2/+3 |
| | | | | | | - quote argument (mostly cosmetic) - use a file present only once in the sources for AC_CONFIG_SRCDIR - use AC_CONFIG_AUX_DIR to put all auxilary scripts in a subdirectory | ||||
* | Use underscores in versions to keep RPM happy | Eelco Dolstra | 2011-12-14 | 1 | -1/+1 |
| | | | | | RPM doesn't allow dashes in version numbers, so use an underscore instead. Also, let Autoconf generate the RPM spec file. | ||||
* | * Put the current version in a separate file so that it can be used in | Eelco Dolstra | 2009-03-02 | 1 | -1/+1 |
| | | | | | the release expression. | ||||
* | * Let the release expression supply a version suffix. | Eelco Dolstra | 2008-11-25 | 1 | -14/+1 |
| | |||||
* | * Bump the version number. | Eelco Dolstra | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | * Bake a stable release. | Eelco Dolstra | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | * Bump the version number to 0.4. | Eelco Dolstra | 2007-05-24 | 1 | -1/+1 |
| | |||||
* | * Bump the version number. | Eelco Dolstra | 2007-01-15 | 1 | -1/+1 |
| | |||||
* | * DOH! | Eelco Dolstra | 2007-01-15 | 1 | -1/+1 |
| | |||||
* | * Mark as stable. | Eelco Dolstra | 2007-01-15 | 1 | -1/+1 |
| | |||||
* | * Bump the revision number to 0.2. | Eelco Dolstra | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | * Use a real programming language. | Eelco Dolstra | 2005-09-30 | 1 | -0/+2 |
| | |||||
* | * Add dist files. | Eelco Dolstra | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | * Add tests. | Eelco Dolstra | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | * Autoconfiscate patchelf. | Eelco Dolstra | 2004-09-24 | 1 | -0/+20 |