--- Configure.orig 2019-04-28 16:20:51.313543915 +0000 +++ Configure 2019-04-28 16:21:43.960211695 +0000 @@ -1422,7 +1422,7 @@ push @{$config{lib_defines}}, "X25519_ASM"; } if ($target{padlock_asm_src} ne $table{DEFAULTS}->{padlock_asm_src}) { - push @{$config{lib_defines}}, "PADLOCK_ASM"; + push @{$config{dso_defines}}, "PADLOCK_ASM"; } if ($target{poly1305_asm_src} ne "") { push @{$config{lib_defines}}, "POLY1305_ASM";