Upstream changed Makefile.in → GNUmakefile.in
continuous-integration/drone/push Build is passing Details

master
Simon Bruder 2020-01-19 15:24:47 +00:00
parent 4fcd1be67c
commit e0d66c904d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN apk add --no-cache \
RUN git clone --depth=1 https://github.com/cathugger/mkp224o \
&& cd mkp224o \
&& sed -i 's/^\(CFLAGS= .*\)$/\1 -static/' Makefile.in \
&& sed -i 's/^\(CFLAGS= .*\)$/\1 -static/' GNUmakefile.in \
&& ./autogen.sh
COPY matrix-build.sh .