diff options
| author | John Marino <marino@FreeBSD.org> | 2015-03-25 09:33:52 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2015-03-25 09:33:52 +0000 |
| commit | 8f3cf904a9acabd2f42b99039c6234450b3ad36d (patch) | |
| tree | 235f4a8881bffb486680a8c5fd92b7ad67e64325 /databases/dbconnect | |
| parent | c55ac89dcdd6a84ca67f7888c69ebe78c1dac826 (diff) | |
Notes
Diffstat (limited to 'databases/dbconnect')
| -rw-r--r-- | databases/dbconnect/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile index 3f5d8638a00c..ec44e4aeeff6 100644 --- a/databases/dbconnect/Makefile +++ b/databases/dbconnect/Makefile @@ -16,8 +16,8 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf USE_LDCONFIG= yes -CXXFLAGS+= ${PTHREAD_CFLAGS} -fPIC -DFREEBSD -LDFLAG+= ${PTHREAD_LIBS} +CXXFLAGS+= -fPIC -DFREEBSD +LDFLAG+= -lpthread OPTIONS_DEFINE= MYSQL PGSQL OPTIONS_DEFAULT= MYSQL |
