pkgsrc-WIP-changes archive

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

nix: make the build verbose.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Thu Jun 27 19:35:57 2019 +0000
Changeset:	b07aaa008748c67699f18ed883ef579288396af9

Modified Files:
	nix/Makefile

Log Message:
nix: make the build verbose.

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

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

diffstat:
 nix/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/nix/Makefile b/nix/Makefile
index 3f8ea0ee88..67e6c879b3 100644
--- a/nix/Makefile
+++ b/nix/Makefile
@@ -31,6 +31,11 @@ CONFIGURE_ENV+=		LIBLZMA_LIBS=${BUILDLINK_PREFIX.lzmalib:Q}/lib
 #   /usr/bin/ld: error: undefined symbol: SHA512_Update
 MAKE_ARGS+=	libutil_ALLOW_UNDEFINED=yes
 
+# verbose build
+MAKE_ENV+=	V=1
+# Disable hardcoded -O3
+MAKE_ENV+=	OPTIMIZE=0
+
 # checking for aws/s3/S3Client.h... (cached) no
 # ./configure: 7003: Syntax error: "(" unexpected (expecting "fi")
 # *** Error code 2


Home | Main Index | Thread Index | Old Index