libxdmcp
Details
Source
FROM stagex/pallet-gcc-gnu-busybox AS build
ARG VERSION
COPY --from=stagex/user-util-macros . /
COPY --from=stagex/user-xmlto . /
COPY --from=stagex/user-xorgproto . /
ADD fetch/libXdmcp-${VERSION}.tar.xz .
WORKDIR /libXdmcp-${VERSION}
RUN --network=none <<-EOF
set -eux
./configure CPPFLAGS="-Darc4random_buf=my_arc4random_buf" \
--prefix=/usr \
--sysconfdir=/etc
make -j "$(nproc)"
make install DESTDIR=/rootfs
EOF
FROM stagex/core-filesystem AS package
COPY --from=build /rootfs/ /