pkgsrc-WIP-changes archive

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

coturn: Fixed buildlink includes for mysql and pgsql options.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Sat Feb 11 19:20:36 2023 +0100
Changeset:	9c4b8a8779870a4246ec1b120abf9dd9dfd5dba3

Modified Files:
	coturn/options.mk

Log Message:
coturn: Fixed buildlink includes for mysql and pgsql options.

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

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

diffstat:
 coturn/options.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/coturn/options.mk b/coturn/options.mk
index 709ce07135..42183459d0 100644
--- a/coturn/options.mk
+++ b/coturn/options.mk
@@ -12,11 +12,11 @@ PKG_SUGGESTED_OPTIONS=		sqlite
 .endif
 
 .if !empty(PKG_OPTIONS:Mmysql)
-.include "../../databases/mysql57-client/buildlink3.mk"
+.include "../../mk/mysql.buildlink3.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mpgsql)
-.include "../../databases/postgresql94-client/buildlink3.mk"
+.include "../../mk/pgsql.buildlink3.mk"
 DBLIBS+=	${BUILDLINK_PREFIX.postgresql-lib}
 CONFIGURE_ENV+=	POSTCFLAGS="-I${PREFIX}/include/postgresql"
 .endif


Home | Main Index | Thread Index | Old Index