test: use the new set public and private together call
[openssl.git] / Configurations / 50-haiku.conf
index 5543e777cb2c1485adbdcde12d03c66a9fe8b80e..4580e71a3eb5e1c5ee1271bf7fa7d96f555784a8 100644 (file)
@@ -7,6 +7,9 @@ my %targets = (
                                               release => "-O2")),
         cflags           => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h",
                                        threads("-D_REENTRANT")),
+        AR              => "ar",
+        ARFLAGS         => "qc",
+        HASHBANGPERL    => "/bin/env perl",
         sys_id           => "HAIKU",
         ex_libs          => "-lnetwork",
         perlasm_scheme   => "elf",
@@ -18,7 +21,7 @@ my %targets = (
         perl_platform    => 'Unix',
     },
     "haiku-x86" => {
-        inherit_from     => [ "haiku-common", asm("x86_elf_asm") ],
+        inherit_from     => [ "haiku-common" ],
         CFLAGS           => add(picker(release => "-fomit-frame-pointer")),
         bn_ops           => "BN_LLONG",
         asm_arch         => 'x86',