diff options
author | gavan <gavan> | 2003-10-31 11:17:55 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-10-31 11:17:55 +0000 |
commit | 77ab26f0aeee769d0dc46bccac90dea5e8693866 (patch) | |
tree | 317901c9458e1c20a72ab21e81ac5c33573ab6f5 /benchmarks/bonnie++ | |
parent | 12c8c6a645434fd5398be847a2f9c41417b61e51 (diff) | |
download | pkgsrc-77ab26f0aeee769d0dc46bccac90dea5e8693866.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: |