summaryrefslogtreecommitdiff
path: root/databases/mysql-client
diff options
context:
space:
mode:
authorgavan <gavan>2003-11-03 12:21:40 +0000
committergavan <gavan>2003-11-03 12:21:40 +0000
commitd6be53666f754cd87f99ebfbc70aaad4cde6483a (patch)
treeb98808f642afc7a8741c777910cdec7761097ea3 /databases/mysql-client
parentb12ac005516f85d3affae6bb433147c313e945c9 (diff)
downloadpkgsrc-d6be53666f754cd87f99ebfbc70aaad4cde6483a.tar.gz
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Set USE_GCC_SHLIB.
Fixes linking on Solaris.
Diffstat (limited to 'databases/mysql-client')
-rw-r--r--databases/mysql-client/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index c207d915757..6408bba5c8c 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2003/10/05 17:55:13 martti Exp $
+# $NetBSD: Makefile.common,v 1.20 2003/11/03 12:21:40 gavan Exp $
DISTNAME= mysql-3.23.58
CATEGORIES= databases
@@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.mysql.com/
EXTRACT_USING_PAX= # defined
+USE_GCC_SHLIB= # defined
.include "../../mk/bsd.prefs.mk"
@@ -59,7 +60,7 @@ CXXFLAGS+= -DHAVE_CURSES_H
USE_PERL5= # defined
USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LDFLAGS+= -Wl,${RPATH_FLAG}${LOCALBASE}/lib/mysql
post-extract: