2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pkg-config.scm
AgeCommit message (Expand)Author
2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe
2019-11-07gnu: pkg-config: Memoize 'cross-pkg-config'....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'. Ludovic Courtès
2019-09-24gnu: pkg-config: Fix cross-compilation....* gnu/packages/pkg-config.scm (%pkg-config)[arguments]: Add configure-flags to disable tests that fail when cross-compiling. Mathieu Othacehe