diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/super-smack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/super-smack/Makefile b/benchmarks/super-smack/Makefile index df4818fd4bb6..1e613bef8f9b 100644 --- a/benchmarks/super-smack/Makefile +++ b/benchmarks/super-smack/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--with-mysql \ .if defined(WITH_POSTGRESQL) USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql \ - --with-pgsql-include=${LOCALBASE}/include + --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib .endif |