diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-02-25 16:26:25 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-02-25 16:26:25 +0000 |
commit | 827b9dbfaa7b5b9dd32695f39f0d855958125d51 (patch) | |
tree | 4cecf4d68e9db3ab57aefce445bc6a0465ba49a0 /databases/tcl-Mysql | |
parent | Fix a crash, that affected users of modern versions of MySQL. (diff) |
Ouch, remove debugging flags, which crept in with the previous commit.
Notes
Notes:
svn path=/head/; revision=129775
Diffstat (limited to 'databases/tcl-Mysql')
-rw-r--r-- | databases/tcl-Mysql/files/Makefile.bsd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/tcl-Mysql/files/Makefile.bsd b/databases/tcl-Mysql/files/Makefile.bsd index 9ee4ba62e043..b8f4f14b1cf9 100644 --- a/databases/tcl-Mysql/files/Makefile.bsd +++ b/databases/tcl-Mysql/files/Makefile.bsd @@ -6,7 +6,6 @@ CC = ${CXX} # a hack to force linking with c++ SRCS = sql-mysql.cc sql.cc sql-manager.cc CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION} CXXFLAGS+= -I${LOCALBASE}/include/mysql -CXXFLAGS+= -O0 -g LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT} LDADD += -L${LOCALBASE}/lib/mysql -lmysqlclient |