diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-01-13 13:30:27 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-01-13 13:30:27 +0000 |
| commit | d5539ce8ecc804cf92491a50b8d19a84c6c55703 (patch) | |
| tree | 490b6ee9e74140027db24972e0fd279bc50d080d /security/openssl/files | |
| parent | - update to 1.2.42 (diff) | |
- new option WITH_OPENSSL_THREADS
- revert Configure
- bump shared libs
Diffstat (limited to 'security/openssl/files')
| -rw-r--r-- | security/openssl/files/patch-Configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/files/patch-Configure b/security/openssl/files/patch-Configure index 45e9385cab7d..b2cde1e0da59 100644 --- a/security/openssl/files/patch-Configure +++ b/security/openssl/files/patch-Configure @@ -5,7 +5,7 @@ # sometimes -D_REENTRANT. FreeBSD 5.x expands it as -lc_r, which # seems to be sufficient? -my $BSDthreads="-pthread -D_THREAD_SAFE -D_REENTRANT"; -+my $BSDthreads="$ENV{'PTHREAD_CFLAGS'}"; ++my $BSDthreads=""; #config-string $cc : $cflags : $unistd : $thread_cflag : $sys_id : $lflags : $bn_ops : $cpuid_obj : $bn_obj : $des_obj : $aes_obj : $bf_obj : $md5_obj : $sha1_obj : $cast_obj : $rc4_obj : $rmd160_obj : $rc5_obj : $dso_scheme : $shared_target : $shared_cflag : $shared_ldflag : $shared_extension : $ranlib : $arflags |
