pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-sqlrelay



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 19 15:51:49 UTC 2021

Modified Files:
        pkgsrc/databases/p5-sqlrelay: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/p5-sqlrelay/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-sqlrelay/Makefile
diff -u pkgsrc/databases/p5-sqlrelay/Makefile:1.34 pkgsrc/databases/p5-sqlrelay/Makefile:1.35
--- pkgsrc/databases/p5-sqlrelay/Makefile:1.34  Mon May 24 19:49:44 2021
+++ pkgsrc/databases/p5-sqlrelay/Makefile       Sat Jun 19 15:51:49 2021
@@ -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-prefix=${BU
 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