Clang doesn't like -znodelete, make it a linker flag instead
authorRichard Levitte <levitte@openssl.org>
Thu, 3 Nov 2016 14:26:00 +0000 (15:26 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 3 Nov 2016 14:26:00 +0000 (15:26 +0100)
gcc is kinder, it silently passes quite a few flags to ld, while clang
is stricter and wants them prefixed with -Wl,

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1836)

Configurations/10-main.conf

index b77efbff5101704ca78824ba3b9b0038bd24ab2a..4c6598444d8a776963a498791797fa620a94f49b 100644 (file)
@@ -633,7 +633,7 @@ sub vms_info {
         dso_scheme       => "dlfcn",
         shared_target    => "linux-shared",
         shared_cflag     => "-fPIC -DOPENSSL_USE_NODELETE",
         dso_scheme       => "dlfcn",
         shared_target    => "linux-shared",
         shared_cflag     => "-fPIC -DOPENSSL_USE_NODELETE",
-        shared_ldflag    => "-znodelete",
+        shared_ldflag    => "-Wl,-znodelete",
         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
     },
     "linux-generic64" => {
         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
     },
     "linux-generic64" => {