Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: build libsimple without soname | darealshinji | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | Create new soname entry if shlib is missing one, merge modifySoname() and ↵ | darealshinji | 2015-07-13 | 1 | -58/+69 |
| | | | | | getSoname() Basically this is just a modified copy of the rpath code | ||||
* | Quick fix for #47 | Eelco Dolstra | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #35 from darealshinji/patch-2 | Eelco Dolstra | 2015-06-23 | 1 | -217/+847 |
|\ | | | | | Update elf.h | ||||
| * | comment out Glibc-specific lines | darealshinji | 2014-08-29 | 1 | -4/+4 |
| | | |||||
| * | revert changes | darealshinji | 2014-08-28 | 1 | -33/+3 |
| | | |||||
| * | Update configure.ac | darealshinji | 2014-08-28 | 1 | -3/+33 |
| | | |||||
| * | Update elf.h | darealshinji | 2014-08-28 | 1 | -217/+847 |
| | | |||||
* | | man page: add docs for two options from readme | Vladimír Čunát | 2015-06-23 | 1 | -0/+8 |
| | | | | | | | | Reported on ML by tjernlund@tjernlund.se. | ||||
* | | Remove Hydra scheduling priorities | Eelco Dolstra | 2014-11-20 | 1 | -66/+66 |
| | | |||||
* | | Add Fedora 20 and Ubuntu 14.10 builds | Eelco Dolstra | 2014-11-20 | 1 | -0/+4 |
| | | |||||
* | | Shut up some warnings | Eelco Dolstra | 2014-11-06 | 1 | -9/+5 |
| | | |||||
* | | let's print compiler warnings | darealshinji | 2014-11-06 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #42 from xiaosuo/master | Eelco Dolstra | 2014-11-06 | 2 | -0/+54 |
|\ \ | | | | | | | Add option --no-default-lib | ||||
| * | | Add option --no-default-lib | Changli Gao | 2014-10-22 | 2 | -0/+54 |
|/ / | | | | | | | | | Marks the object that the search for dependencies of this object will ignore any default library search paths. | ||||
* | | Disable OpenSuSE 11.0 builds | Eelco Dolstra | 2014-09-25 | 1 | -2/+2 |
| | | | | | | | | http://hydra.nixos.org/build/14710240 | ||||
* | | Disable FreeBSD builds | Eelco Dolstra | 2014-09-25 | 1 | -1/+1 |
|/ | |||||
* | Fix build on Linux | Eelco Dolstra | 2014-08-18 | 1 | -0/+2 |
| | | | | http://hydra.nixos.org/build/13337912 | ||||
* | Style | Eelco Dolstra | 2014-07-29 | 1 | -3/+6 |
| | |||||
* | Add dependency on acl/attr packages | Eelco Dolstra | 2014-07-29 | 1 | -0/+1 |
| | |||||
* | Use libattr and libacl to copy permissions if available | Jeremy Sanders | 2014-07-29 | 2 | -0/+25 |
| | |||||
* | no-rpath-prebuild.sh: Don't run resulting binary | Eelco Dolstra | 2014-07-18 | 1 | -6/+3 |
| | | | | | | | | | This leads to numerous build failures: http://hydra.nixos.org/eval/1136585 because ELF interpreter names are not unique (e.g. ld-linux.so.2 is used on systems other than i686-linux). | ||||
* | Build on Ubuntu 14.04 | Eelco Dolstra | 2014-07-18 | 1 | -2/+4 |
| | |||||
* | Update .gitignore | Eelco Dolstra | 2014-04-24 | 1 | -0/+18 |
| | |||||
* | Merge branch 'master' of github.com:vdanjean/patchelf | Eelco Dolstra | 2014-04-24 | 19 | -8/+86 |
|\ | | | | | | | | | Conflicts: tests/Makefile.am | ||||
| * | rewrite no-rpath test | Vincent Danjean | 2012-07-11 | 19 | -8/+85 |
| | | | | | | | | | | | | * compile locally this test in the no-rpath test * add tests for prebuilt no-rpath binaries on various ELF platforms => ia64 does not work, probably a bug in patchelf. Marking it as XFAIL for now | ||||
| * | Merge remote-tracking branch 'origin/master' | Vincent Danjean | 2012-07-11 | 0 | -0/+0 |
| |\ | |||||
| * | | Rewrite tests in automake | Vincent Danjean | 2012-06-21 | 2 | -38/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| * | | Add a .gitignore for all file generated by ./bootstrap.sh | Vincent Danjean | 2012-06-21 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | No need to exclude files created when compiling and testing as this can be done out of tree | ||||
| * | | Cleanup configure.ac | Vincent Danjean | 2012-06-21 | 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 | ||||
| * | | Allow parallel execution of tests | Vincent Danjean | 2012-06-21 | 7 | -65/+72 |
| | | | | | | | | | | | | Each test use its own subdirectory in scratch/ | ||||
| * | | Use autoreconf to bootstrap the project | Vincent Danjean | 2012-06-21 | 1 | -4/+1 |
| | | | | | | | | | | | | This avoid to manually list all autotool programs required | ||||
| * | | fix build *and check* out of tree | Vincent Danjean | 2012-06-21 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | - use Makefile variables $< (and $@) so that sources are found correctly - use ${srcdir} in test scripts to find the sources This allows "make distcheck" to successfully pass | ||||
| * | | Use automake support to install docs | Vincent Danjean | 2012-06-21 | 1 | -3/+1 |
| | | | | | | | | | | | | It is shorter, cleaner and "make uninstall" support comes for free | ||||
* | | | Merge branch 'document-remove-needed' of github.com:fsateler/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: patchelf.1 | ||||
| * | | | Document --remove-needed in manpage | Felipe Sateler | 2014-03-18 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge branch 'manpage-typo' of github.com:fsateler/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix typo in manpage | Felipe Sateler | 2014-03-28 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'master' of github.com:ext/patchelf | Eelco Dolstra | 2014-04-24 | 2 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | Add --remove-needed to manpage. | David Sveningsson | 2013-12-17 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | support -h in addition to --help | David Sveningsson | 2013-12-17 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'master' of github.com:rgcjonas/patchelf | Eelco Dolstra | 2014-04-24 | 2 | -1/+121 |
|\ \ \ \ \ | |||||
| * | | | | | Add ability to add and replace DT_NEEDED entries | Jonas Kuemmerlin | 2013-04-28 | 2 | -1/+121 |
| | | | | | | |||||
* | | | | | | Merge branch 'cdugz-master' | Eelco Dolstra | 2014-04-24 | 3 | -3/+132 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Clear help message for --print-soname and --set-soname options | Chingis Dugarzhapov | 2014-04-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixed bad SONAME positioning in help output | ||||
| * | | | | | Added tests for --print-soname and --set-soname | Chingis Dugarzhapov | 2014-04-19 | 2 | -2/+25 |
| | | | | | | |||||
| * | | | | | Added assertion in TODO, removed some useless debug msgs... | Chingis Dugarzhapov | 2014-04-10 | 1 | -6/+23 |
| | | | | | | |||||
| * | | | | | raise error if no DT_SONAME found | Chingis Dugarzhapov | 2014-04-10 | 1 | -1/+9 |
| | | | | | | |||||
| * | | | | | --set-soname, fixed help message | Chingis Dugarzhapov | 2014-04-10 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | --set-soname with .dynstr section resize, proper debug messages | Chingis Dugarzhapov | 2014-04-10 | 1 | -3/+17 |
| | | | | | |