diff options
author | jlam <jlam@pkgsrc.org> | 2004-07-18 22:08:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-07-18 22:08:46 +0000 |
commit | da1cf28141aafd8a5878a9f05a48d4e8096d7c9f (patch) | |
tree | 45434dda38791e067624705e79a15d60420560c6 /databases | |
parent | a605d27bfe146420ed1a0211ae6f145a42ddfb35 (diff) | |
download | pkgsrc-da1cf28141aafd8a5878a9f05a48d4e8096d7c9f.tar.gz |
No need for LTCONFIG_OVERRIDE... it's automatic nowadays when USE_LIBTOOL
is defined.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql4-client/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common index 4c2a8a2f36d..f4b6f1e1b72 100644 --- a/databases/mysql4-client/Makefile.common +++ b/databases/mysql4-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2004/06/20 18:48:44 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.10 2004/07/18 22:08:46 jlam Exp $ DISTNAME= mysql-4.0.20 CATEGORIES= databases @@ -69,7 +69,6 @@ USE_LANGUAGES= c c++ USE_GNU_TOOLS+= make USE_PERL5= # defined USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig LDFLAGS+= -Wl,${RPATH_FLAG}${LOCALBASE}/lib/mysql post-extract: |