pkgsrc-WIP-changes archive

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

zabbix50-server: Fix endian on SmartOS/SunOS



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By:	otis
Date:		Wed Aug 19 12:03:19 2020 +0000
Changeset:	ca75b8647e6b02ada6b965001075aead08981790

Modified Files:
	zabbix50-server/Makefile

Log Message:
zabbix50-server: Fix endian on SmartOS/SunOS

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

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

diffstat:
 zabbix50-server/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/zabbix50-server/Makefile b/zabbix50-server/Makefile
index dade43c02f..817f0e2a2e 100644
--- a/zabbix50-server/Makefile
+++ b/zabbix50-server/Makefile
@@ -37,6 +37,8 @@ SUBST_FILES.fix-paths=		conf/*.conf
 SUBST_FILES.fix-paths+=		man/*.man
 SUBST_SED.fix-paths=		-e 's,/usr/local/etc,${PKG_SYSCONFDIR},g'
 
+CFLAGS.SunOS+=			-DDUK_USE_BYTEORDER=1
+
 .include "../../mk/bsd.prefs.mk"
 
 SMF_INSTANCES=		server


Home | Main Index | Thread Index | Old Index