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

commit 5ad1d309d77f9ed9c9f51c58f1b720e157e0a18d
Author: crazy <cr...@frugalware.org>
Date:   Sat Feb 3 01:04:39 2018 +0100

correct the strict-aliasing warning

diff --git a/scripts/makepkg b/scripts/makepkg
index d6cde41..5031670 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -1240,7 +1240,7 @@ if [ "$CHROOT" = "1" -a "$INCHROOT" != "1" ]; then
msg "Your package has coding issues"
warning "Broken strict-aliasing rules detected"
warning "C/CXX FLAGS need -fno-strict-aliasing"
-                       warning "Please recompile with right CFLAGS"
+                       warning "Please recompile with right C/CXX FLAGS"
fi
# copy build log to LOGDIR if set
if [ -d "$LOGDIR" ]; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to