aboutsummaryrefslogtreecommitdiff

f5dc8774587780eb2c40627&showmsg=1'>gnu/packages/pkg-config.scm
AgeCommit message (Collapse)Author
2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe
2019-11-07gnu: pkg-config: Memoize 'cross-pkg-config'.Ludovic Courtès
When running: guix build --target=arm-linux-gnueabihf gdb -nd this reduces the number of hits in the 'add-data-to-store' cache from 205 (25%) to 163 (21%). * gnu/packages/pkg-config.scm (cross-pkg-config): Turn into an 'mlambda'.
2019-09-24gnu: pkg-config: Fix cross-compilation.Mathieu Othacehe
* gnu/packages/pkg-config.scm (%pkg-config)[arguments]: Add configure-flags to disable tests that fail when cross-compiling.