Upstream changed Makefile.in → GNUmakefile.in
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4fcd1be67c
commit
e0d66c904d
|
@ -9,7 +9,7 @@ RUN apk add --no-cache \
|
||||||
|
|
||||||
RUN git clone --depth=1 https://github.com/cathugger/mkp224o \
|
RUN git clone --depth=1 https://github.com/cathugger/mkp224o \
|
||||||
&& cd mkp224o \
|
&& cd mkp224o \
|
||||||
&& sed -i 's/^\(CFLAGS= .*\)$/\1 -static/' Makefile.in \
|
&& sed -i 's/^\(CFLAGS= .*\)$/\1 -static/' GNUmakefile.in \
|
||||||
&& ./autogen.sh
|
&& ./autogen.sh
|
||||||
|
|
||||||
COPY matrix-build.sh .
|
COPY matrix-build.sh .
|
||||||
|
|
Reference in a new issue