summaryrefslogtreecommitdiffstats
path: root/package/utils/bzip2
Commit message (Collapse)AuthorAgeFilesLines
* bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usrFelix Fietkau2016-01-201-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48418
* bzip2: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)Felix Fietkau2016-01-201-3/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48408
* bzip2: only build the static library for the host, fixes build errors on mac ↵Felix Fietkau2016-01-051-1/+0
| | | | | | | | os x Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48135
* Revert "bzip2: extend/fix the Host/Install rule to install libbz2.so files"Felix Fietkau2015-12-191-3/+1
| | | | | | | | | | | | | | | | This reverts r47245. Linking to shared libraries under $STAGING_DIR_HOST{,/usr}/lib is harmful, as these directories aren't added to LD_LIBRARY_PATH (see r47103 for an explanation why LD_LIBRARY_PATH is not used). Revert to static linking; in particular, this fixes the build of the python bz2 module on OpenSUSE and Fedora (which in turn broke the build of nodejs). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 47950
* bzip2: extend/fix the Host/Install rule to install libbz2.so filesSteven Barth2015-10-221-2/+3
| | | | | | | | | | | | It looks like the bzip2 package does not install any shared libs and has no build rules to install any shared libs. So, for the host build we're installing the libbz2 shared libs manually so that other modules can link against them. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 47245
* bzip2: add host buildJohn Crispin2015-07-241-0/+21
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 46470
* bzip2: import package from packages.gitFelix Fietkau2015-06-141-0/+87
bzip2 is required by elfutils, itself required by perf. So we'll move this package from packages.git and make it part of the core distribution. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45968