mk1mf.pl: correct flags.
authorAndy Polyakov <appro@openssl.org>
Mon, 29 Oct 2012 22:23:58 +0000 (22:23 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 29 Oct 2012 22:23:58 +0000 (22:23 +0000)
util/mk1mf.pl

index e27434d2673e717c733d0d77812b8ce7fe353f59..7901ff121da96845f18dd02ae1d95a79b1bff2cf 100755 (executable)
@@ -842,10 +842,10 @@ if ($fips)
                }
        $rules.=&cc_compile_target("\$(OBJ_D)${o}fips_standalone_sha1$obj",
                "fips${o}sha${o}fips_standalone_sha1.c",
                }
        $rules.=&cc_compile_target("\$(OBJ_D)${o}fips_standalone_sha1$obj",
                "fips${o}sha${o}fips_standalone_sha1.c",
-               "\$(SHLIB_CFLAGS)");
+               "\$(APP_CFLAGS)");
        $rules.=&cc_compile_target("\$(OBJ_D)${o}\$(E_PREMAIN_DSO)$obj",
                "fips${o}fips_premain.c",
        $rules.=&cc_compile_target("\$(OBJ_D)${o}\$(E_PREMAIN_DSO)$obj",
                "fips${o}fips_premain.c",
-               "-DFINGERPRINT_PREMAIN_DSO_LOAD \$(SHLIB_CFLAGS)");
+               "-DFINGERPRINT_PREMAIN_DSO_LOAD \$(APP_CFLAGS)");
        }
 
 foreach (values %lib_nam)
        }
 
 foreach (values %lib_nam)