summaryrefslogtreecommitdiff
path: root/package/rpm/rpm.mk
AgeCommit message (Collapse)Author
2011-11-14rpm: use external (BR versions) of file and pcrePeter Korsgaard
Saves space in rootfs, and fixes build issues (internal pcre needs C++ support for unit test, internal file breaks with incompatible file versions on host). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-17package: apply libtool patch where possiblePeter Korsgaard
Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-11-05Remove support for shared configuration cacheThomas Petazzoni
The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-12-25Bumped rpmNigel Kukard
2009-11-23rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGSPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-18Getting rid of a bit more configure options that's been centralized.Thomas Lundquist
2008-12-31* Bump rpm to 5.1.6Nigel Kukard
- Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
2008-04-29* Bump version to 5.1.1Nigel Kukard
* Use bzip2 compression (rpms can have gzip or bzip2 payloads) * -j1, rpm cannot build with more than 1 thread
2008-04-27* Bump to 5.1.0Nigel Kukard
* Use fnctl for locking
2008-04-15* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not ↵Nigel Kukard
Implemented" error
2008-04-14* Added rpmNigel Kukard