diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-11 19:38:10 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-11 19:38:10 +0800 |
commit | 69779bf438b1449e53e6c1ed838b2149b2a3af9e (patch) | |
tree | f48fe94e80703e7d2add723c6280e20d3474ab5b /databases/mysql-connector-odbc | |
parent | f19d00c2b415865b09574b6a76fc295438b18870 (diff) | |
download | freebsd-ports-gnome-69779bf438b1449e53e6c1ed838b2149b2a3af9e.tar.gz freebsd-ports-gnome-69779bf438b1449e53e6c1ed838b2149b2a3af9e.tar.zst freebsd-ports-gnome-69779bf438b1449e53e6c1ed838b2149b2a3af9e.zip |
- Respects CFLAGS
PR: ports/102242
Submitted by: Soeren Straarup <xride(at)x12.dk>
Approved by: maintainer timeout
Diffstat (limited to 'databases/mysql-connector-odbc')
-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 |