diff options
author | Andy Polyakov <appro@openssl.org> | 2012-08-13 18:10:08 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2012-08-13 18:10:08 +0200 |
commit | cb726fe8d46a1ae7cb9bc286980f73e7e6a9f6f7 (patch) | |
tree | fc6244db165a06f4c6aadb13b94975b809520c09 /TABLE | |
parent | gcm128.c: fix AAD-only case with AAD length not divisible by 16. (diff) | |
download | openssl-cb726fe8d46a1ae7cb9bc286980f73e7e6a9f6f7.tar.xz openssl-cb726fe8d46a1ae7cb9bc286980f73e7e6a9f6f7.zip |
./Configure: libcrypto.a can grow to many GB because of ar bug.
PR: 2838
Diffstat (limited to 'TABLE')
-rw-r--r-- | TABLE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1718,7 +1718,7 @@ $multilib = *** debug-ben-debug $cc = gcc -$cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -g3 -O2 -pipe +$cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DOPENSSL_NO_HW_PADLOCK -g3 -O2 -pipe $unistd = $thread_cflag = (unknown) $sys_id = @@ -5441,7 +5441,7 @@ $shared_target= solaris-shared $shared_cflag = -KPIC $shared_ldflag = -xarch=v9 -G -dy -z text $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = /usr/ccs/bin/ar rs +$ranlib = $arflags = $multilib = /64 |