mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-11 07:10:32 +00:00
dnscrypt-wrapper doesn't seem to be paying attention to CPPFLAGS
This commit is contained in:
parent
ac92748106
commit
cd5a425cb0
@ -84,7 +84,7 @@ RUN set -x && \
|
||||
groupadd _dnscrypt-signer && \
|
||||
useradd -g _dnscrypt-signer -G _dnscrypt-wrapper -s /etc -d /dev/null _dnscrypt-signer && \
|
||||
make configure && \
|
||||
env CPPFLAGS=-DHAVE_CRYPTO_BOX_CURVE25519XCHACHA20POLY1305_OPEN_EASY CFLAGS=-Ofast ./configure --prefix=/opt/dnscrypt-wrapper && \
|
||||
env CFLAGS=-Ofast ./configure --prefix=/opt/dnscrypt-wrapper && \
|
||||
make install && \
|
||||
rm -fr /tmp/* /var/tmp/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user