fix(libgpg-error)

closes #6462
This commit is contained in:
Jacob Heider 2024-06-21 14:27:06 -04:00 committed by Jacob Heider
parent fbbea8b509
commit 8a8a25b795

View file

@ -17,11 +17,20 @@ provides:
- bin/yat2m - bin/yat2m
build: build:
script: | script:
./configure --prefix={{prefix}} --enable-install-gpg-error-config - run: |
make sed -i -e '/#include "gpgrt-int.h"/a\
make check \
make install #if defined (__APPLE__)\
extern char** environ;\
#endif' \
spawn-posix.c
if: '>=1.50'
working-directory: src
- ./configure --prefix={{prefix}} --enable-install-gpg-error-config
- make
- make check
- make install
test: test:
script: test "$(gpg-error 56)" = "$OUTPUT" script: test "$(gpg-error 56)" = "$OUTPUT"