summaryrefslogtreecommitdiff
path: root/openssl/openssl/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-15 00:44:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-15 00:44:27 +0300
commit30287d97a159d74965c87e2f1ffb82c3b99ffdf2 (patch)
treedf2eff725343bd6e17e98363473fc4d5c1b9c0a2 /openssl/openssl/buildfile
parente2a2673873e4364ea669439cbe58f478bc3a3b64 (diff)
Release version 1.1.1+10v1.1.1+10
Drop copyright notice from source code Use adhoc value for {libcrypto,libssl}.map prerequisite-specific variable include
Diffstat (limited to 'openssl/openssl/buildfile')
-rw-r--r--openssl/openssl/buildfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile
index 8cc2107..680c5a9 100644
--- a/openssl/openssl/buildfile
+++ b/openssl/openssl/buildfile
@@ -1,5 +1,4 @@
# file : openssl/buildfile
-# copyright : Copyright (c) 2018-2019 Code Synthesis Ltd
# license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file
import libs = libssl%lib{ssl}
@@ -25,8 +24,8 @@ exe{openssl}: apps/c{win32_init}: include = $windows
#
c.poptions += -DZLIB
-# Note that the upstream package uses -pthread compiler/linker option on
-# Linux and FreeBSD. The option is currently unsupported by build2, so we use
+# Note that the upstream package uses the -pthread compiler/linker option on
+# Linux and FreeBSD. The option is unsupported by build2 so we pass
# -D_REENTRANT and -lpthread preprocessor/linker options instead.
#
# Also note that on FreeBSD and Mac OS the upstream package also passes