diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-11 11:38:10 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-11 11:38:10 +0000 |
| commit | 57b6daf45d1de6a1fd73285bd8d2cc4eecc054e0 (patch) | |
| tree | 333626c8bd82f081392a7eb95fc00b33556dc234 /databases | |
| parent | - Update to 2.0 (diff) | |
- Respects CFLAGS
PR: ports/102242
Submitted by: Soeren Straarup <xride(at)x12.dk>
Approved by: maintainer timeout
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/mysql-connector-odbc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-connector-odbc/Makefile b/databases/mysql-connector-odbc/Makefile index e77340871609..c83351d49048 100644 --- a/databases/mysql-connector-odbc/Makefile +++ b/databases/mysql-connector-odbc/Makefile @@ -21,8 +21,8 @@ IGNORE_WITH_MYSQL= 323 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 libltdl:15 -INSTALLS_SHLIB= yes -CFLAGS= -L${LOCALBASE}/lib +USE_LDCONFIG= yes +CFLAGS+= -L${LOCALBASE}/lib LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-mysql-path=${LOCALBASE} --without-samples \ --disable-gui --enable-test=no |
