diff options
author | gavan <gavan@pkgsrc.org> | 2003-10-31 11:17:55 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-10-31 11:17:55 +0000 |
commit | 4442e66eb9a781eb5efa4230938b7225509333f6 (patch) | |
tree | 317901c9458e1c20a72ab21e81ac5c33573ab6f5 /benchmarks/bonnie++ | |
parent | 02c365a6c0da6dbfd15e63ef2c895a949f3445de (diff) | |
download | pkgsrc-4442e66eb9a781eb5efa4230938b7225509333f6.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'benchmarks/bonnie++')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index e93273713eb..37b566ae64f 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/03/10 10:00:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/10/31 11:17:55 gavan Exp $ # DISTNAME= bonnie++-1.03a @@ -12,6 +12,7 @@ COMMENT= Enhanced performance Test of Filesystem I/O USE_BUILDLINK2= YES GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES REPLACE_PERL= bon_csv2txt.in bon_csv2html.in benchmark: |