diff --git a/steps-guix/argp-standalone-1.4.1/pass1.sh b/steps-guix/argp-standalone-1.4.1/pass1.sh index 172ce599..81fc424a 100644 --- a/steps-guix/argp-standalone-1.4.1/pass1.sh +++ b/steps-guix/argp-standalone-1.4.1/pass1.sh @@ -13,6 +13,9 @@ src_configure() { mkdir build cd build + # argp-standalone's testsuite expects argp.h from source root even when + # building out-of-tree. + CPPFLAGS="-I${PWD}/.." \ CC=gcc \ AR=ar \ RANLIB=ranlib \