Skip to content

Commit 149a581

Browse files
committed
Backport upstream patch for _GNU_SOURCE
1 parent caa06d5 commit 149a581

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ RUN set -x && \
5151
wget https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/SHA256.sig && \
5252
signify -C -p /openbgpd.pub -x SHA256.sig "openbgpd-${VERSION}.tar.gz" && \
5353
tar xfz "openbgpd-${VERSION}.tar.gz" && \
54-
cd "openbgpd-${VERSION}/"; \
54+
cd "openbgpd-${VERSION}/" && \
55+
wget https://github.com/openbgpd-portable/openbgpd-portable/commit/5d1c8b0c85f3a6ae41fdd970238b3a3337af6a46.patch -O - | tee /dev/stderr | patch -p1 && \
56+
autoreconf -i -f; \
5557
else \
5658
git clone -b "${PORTABLE_COMMIT:-master}" --single-branch "${PORTABLE_GIT:-https://github.com/openbgpd-portable/openbgpd-portable.git}" && \
5759
cd openbgpd-portable/ && \

0 commit comments

Comments
 (0)