Skip to content

Commit a855db4

Browse files
committed
Update scripts/config.{guess,sub} from autoconf v2.72
See also: openbgpd-portable/openbgpd-portable#78
1 parent a238f41 commit a855db4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ RUN set -x && \
5757
cd openbgpd-portable/ && \
5858
git clone -b "${OPENBSD_COMMIT:-master}" --single-branch "${OPENBSD_GIT:-https://github.com/openbgpd-portable/openbgpd-openbsd.git}" openbsd/ && \
5959
rm -rf openbsd/.git/ && \
60+
wget https://git.savannah.gnu.org/cgit/autoconf.git/plain/build-aux/config.guess?id=6199cff2909e0ac84c9391aa49ed097d6a33268d -O - | tee /dev/stderr > scripts/config.guess && \
61+
wget https://git.savannah.gnu.org/cgit/autoconf.git/plain/build-aux/config.sub?id=6199cff2909e0ac84c9391aa49ed097d6a33268d -O - | tee /dev/stderr > scripts/config.sub && \
6062
./autogen.sh; \
6163
fi && \
6264
./configure \

0 commit comments

Comments
 (0)