pkgsrc-WIP-changes archive

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

mailutils: fix linking against mysql.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Sun Dec 11 12:17:42 2022 +0100
Changeset:	552bf101ff077e94d4cecf9fe44c6fbbdf1da03b

Modified Files:
	mailutils/options.mk

Log Message:
mailutils: fix linking against mysql.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=552bf101ff077e94d4cecf9fe44c6fbbdf1da03b

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

diffstat:
 mailutils/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/mailutils/options.mk b/mailutils/options.mk
index 35f994c394..038ca6ae3b 100644
--- a/mailutils/options.mk
+++ b/mailutils/options.mk
@@ -100,7 +100,7 @@ PKGSRC_MAKE_ENV+=		EMACS=${FALSE:Q}
 # MySQL
 .if !empty(PKG_OPTIONS:Mmysql)
 .  include "../../mk/mysql.buildlink3.mk"
-CONFIGURE_ARGS+=	--with-mysql=${BUILDLINK_PREFIX.mysql-client}
+CONFIGURE_ARGS+=	--with-mysql
 LDFLAGS+=		${BUILDLINK_LDFLAGS.mysql-client}
 .else
 CONFIGURE_ARGS+=	--without-mysql


Home | Main Index | Thread Index | Old Index