Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=481162ffe3f97cd79fce5eff21ffb76342be5bb0

commit 481162ffe3f97cd79fce5eff21ffb76342be5bb0
Author: crazy <[email protected]>
Date:   Tue Jan 30 17:16:20 2018 +0100

correct strict-aliasing message

diff --git a/scripts/makepkg b/scripts/makepkg
index 2cc3e66..5fb489d 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -1234,7 +1234,7 @@ if [ "$CHROOT" = "1" -a "$INCHROOT" != "1" ]; then
if grep -q "\pointer will break strict-aliasing rules" "${BUILDLOG}"  
2>/dev/null; then
msg "Your package has coding issues"
warning "Broken strict-aliasing rules detected"
-                       warning "CFLAGS need -fno-strict-aliasing"
+                       warning "C/CXX FLAGS need -fno-strict-aliasing"
warning "Please recompile with right CFLAGS"
fi
# copy build log to LOGDIR if set
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to