1
Fork 0

build linking against pthread

This commit is contained in:
Jan-Erik Rediger 2024-06-01 15:54:40 +02:00
parent 9ccda57468
commit 8d80d6f8ab

View file

@ -28,7 +28,7 @@ RUN git clone https://git.sr.ht/~sircmpwn/hare && \
WORKDIR /src
COPY ./ ./
RUN make httpd
RUN make httpd HAREPATH=/usr/local/src/hare/stdlib HAREFLAGS=-lpthread
FROM ubuntu:24.04