summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2013-03-31 13:58:01 +0000
committerbrad <brad@openbsd.org>2013-03-31 13:58:01 +0000
commit55390d008c365562a280d4eed76109cb6ec9a900 (patch)
tree1bb35320da15fe1b9a7a37e69ac8125395da2a23
parentMore runtime value initialisation functions. (diff)
downloadwireguard-openbsd-55390d008c365562a280d4eed76109cb6ec9a900.tar.xz
wireguard-openbsd-55390d008c365562a280d4eed76109cb6ec9a900.zip
m88k has shared libs now.
ok jasper@
-rw-r--r--usr.bin/pkg-config/pkg-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pkg-config/pkg-config b/usr.bin/pkg-config/pkg-config
index 6206464df26..eeaa2791e1b 100644
--- a/usr.bin/pkg-config/pkg-config
+++ b/usr.bin/pkg-config/pkg-config
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $OpenBSD: pkg-config,v 1.78 2013/03/28 22:00:02 jasper Exp $
+# $OpenBSD: pkg-config,v 1.79 2013/03/31 13:58:01 brad Exp $
# $CSK: pkgconfig.pl,v 1.39 2006/11/27 16:26:20 ckuethe Exp $
# Copyright (c) 2006 Chris Kuethe <ckuethe@openbsd.org>
@@ -113,7 +113,7 @@ GetOptions( 'debug' => \$mode{debug},
# may not have been passed explicitly, but we don't want to re-order
# and simplify the libs like we do for shared architectures.
{
- my @static_archs = qw(m88k vax);
+ my @static_archs = qw(vax);
my $machine_arch = $Config{'ARCH'};
if (grep { $_ eq $machine_arch } @static_archs){
$mode{static} = 1;