pkgsrc-WIP-changes archive

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

lgogdownloader-git: set PKGSRC_USE_STACK_CHECK=no



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Jan 9 16:05:12 2018 +0100
Changeset:	2bdc70ac5506c36d476df9288002993754c61afd

Modified Files:
	lgogdownloader-git/Makefile

Log Message:
lgogdownloader-git: set PKGSRC_USE_STACK_CHECK=no

This setting breaks generation of the XML cache files.
It is not the correct variable to set in a package, but there
is no proper one for this case.

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

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

diffstat:
 lgogdownloader-git/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/lgogdownloader-git/Makefile b/lgogdownloader-git/Makefile
index 9f145ef2c5..c36a221f4e 100644
--- a/lgogdownloader-git/Makefile
+++ b/lgogdownloader-git/Makefile
@@ -24,6 +24,9 @@ CMAKE_ARGS+=	-DPC_JSONCPP_LIBRARY_DIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/lib
 # for man page
 CMAKE_ARGS+=	-DINSTALL_SHARE_DIR:PATH=${PREFIX}
 
+# https://github.com/Sude-/lgogdownloader/issues/128
+PKGSRC_USE_STACK_CHECK=no
+
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../security/liboauth/buildlink3.mk"
 .include "../../textproc/tinyxml2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index