pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-sqlrelay (databases/p5-sqlrelay) adhoc fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dea7b176729d
branches:  trunk
changeset: 454796:dea7b176729d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Jun 19 15:51:49 2021 +0000

description:
(databases/p5-sqlrelay) adhoc fix for -lperl not found, but PLIST NG

diffstat:

 databases/p5-sqlrelay/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e5fba83edeff -r dea7b176729d databases/p5-sqlrelay/Makefile
--- a/databases/p5-sqlrelay/Makefile    Sat Jun 19 13:38:23 2021 +0000
+++ b/databases/p5-sqlrelay/Makefile    Sat Jun 19 15:51:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2021/05/24 19:49:44 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2021/06/19 15:51:49 mef Exp $
 
 PKGNAME=       p5-${DISTNAME}
 PKGREVISION=   2
@@ -15,7 +15,7 @@
 CONFIGURE_ARGS+=       --with-perl-site-arch=${PERL5_INSTALLVENDORARCH}
 CONFIGURE_ARGS+=       --with-perl-site-lib=${PERL5_INSTALLVENDORLIB}
 
-LIBS+=         -lperl
+LIBS+=         -lperl -L${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
 
 BUILD_DIRS=            src/api/perl
 



Home | Main Index | Thread Index | Old Index