pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/mysql-client Use LIBTOOL_OVERRIDE instead of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/124087f80d42
branches: trunk
changeset: 463256:124087f80d42
user: gavan <gavan%pkgsrc.org@localhost>
date: Mon Nov 03 12:21:40 2003 +0000
description:
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE. Set USE_GCC_SHLIB.
Fixes linking on Solaris.
diffstat:
databases/mysql-client/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d9eecea6afad -r 124087f80d42 databases/mysql-client/Makefile.common
--- a/databases/mysql-client/Makefile.common Mon Nov 03 12:07:28 2003 +0000
+++ b/databases/mysql-client/Makefile.common Mon Nov 03 12:21:40 2003 +0000
@@ -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 @@
HOMEPAGE= http://www.mysql.com/
EXTRACT_USING_PAX= # defined
+USE_GCC_SHLIB= # defined
.include "../../mk/bsd.prefs.mk"
@@ -59,7 +60,7 @@
USE_PERL5= # defined
USE_LIBTOOL= # defined
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
LDFLAGS+= -Wl,${RPATH_FLAG}${LOCALBASE}/lib/mysql
post-extract:
Home |
Main Index |
Thread Index |
Old Index