X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=66541be41d51305d0bd5ed79eb346f207889676b;hp=013a30a78ec3a96a82201528ff10811430280fcb;hb=e49429aa3f94b38de82d9da1471e8c2a25b95237;hpb=69687aa829bc8bdcaf5468eb3dd0ada13700b7aa diff --git a/Configure b/Configure index 013a30a78e..66541be41d 100755 --- a/Configure +++ b/Configure @@ -9,7 +9,7 @@ ## Configure -- OpenSSL source tree configuration script -require 5.10.0; +use 5.10.0; use strict; use Config; use File::Basename; @@ -743,6 +743,10 @@ while (@argvcopy) { $libs.=$_." "; } + elsif (/^-framework$/) + { + $libs.=$_." ".shift(@argvcopy)." "; + } elsif (/^-rpath$/ or /^-R$/) # -rpath is the OSF1 rpath flag # -R is the old Solaris rpath flag