Skip to content

Commit

Permalink
Merge pull request #52 from panpansh/patch-2
Browse files Browse the repository at this point in the history
-Wno-error=date-time for Debian
  • Loading branch information
VirtuBox authored Apr 24, 2019
2 parents 2d34f97 + f25a925 commit 4fe3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ TLS13_CIPHERS="TLS13+AESGCM+AES256:TLS13+AESGCM+AES128:TLS13+CHACHA20:EECDH+CHAC
OS_ARCH="$(uname -m)"
OS_DISTRO_FULL="$(lsb_release -ds)"
DISTRO_ID="$(lsb_release -si)"
DEB_CFLAGS="$(dpkg-buildflags --get CPPFLAGS)"
DEB_CFLAGS="$(dpkg-buildflags --get CPPFLAGS) -Wno-error=date-time"
DEB_LFLAGS="$(dpkg-buildflags --get LDFLAGS)"
OPENSSL_COMMIT="ee215c7eea91f193d4765127eb31332758753058"
PCRE_VER=$(curl -sL https://ftp.pcre.org/pub/pcre/ | grep -E -o 'pcre\-[0-9.]+\.tar[.a-z]*gz' | awk -F "pcre-" '/.tar.gz$/ {print $2}' | sed -e 's|.tar.gz||g' | tail -n 1 2>&1)
Expand Down

0 comments on commit 4fe3b6e

Please sign in to comment.