2
0
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:
Frank Denis 2017-06-20 19:56:15 +02:00
parent ac92748106
commit cd5a425cb0

View File

@ -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/*