From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXAZs-0000jA-4v for qemu-devel@nongnu.org; Sun, 15 Mar 2015 11:35:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXAZo-0004hE-VZ for qemu-devel@nongnu.org; Sun, 15 Mar 2015 11:35:44 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:33885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXAZo-0004gh-PG for qemu-devel@nongnu.org; Sun, 15 Mar 2015 11:35:40 -0400 Received: by wggv3 with SMTP id v3so21933216wgg.1 for ; Sun, 15 Mar 2015 08:35:39 -0700 (PDT) From: Joseph Hindin Date: Sun, 15 Mar 2015 17:35:25 +0200 Message-Id: <1426433726-21414-1-git-send-email-jhindin@daynix.com> Subject: [Qemu-devel] Another solution for qga-vss stack protection issue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, mdroth@linux.vnet.ibm.com qga/vss-win32/Makefile.objsi filters out -fstack-protector-all option from C++ flags, but with commit 63678e17c configure script may add option -fstack-protector-strong, depending on availability. The suggested change filters out both option for qga-vss.dll linking. Regards, Joseph Hindin