724a14a256
Update to rc4 of v2.9.0. Also includes a few other fixes, and a number of tweaks to the spec files. I'd be happy to answer any questions about all those spec file changes, I believe they were all in the direction of a more correct and maintainable spec file. Since this is still in rc phase, let's keep it in devel project. Final release should appear in time for Beta2 of SLE12SP3. Delta from previous: Added Alex's patch for keyboard empty event. OBS-URL: https://build.opensuse.org/request/show/487699 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=334
29 lines
857 B
Diff
29 lines
857 B
Diff
From e1fd61d6c95957d1901059c8ce81c71c08a0e072 Mon Sep 17 00:00:00 2001
|
|
From: Dinar Valeev <k0da@opensuse.org>
|
|
Date: Wed, 2 Oct 2013 17:56:03 +0200
|
|
Subject: [PATCH] configure: Enable PIE for ppc and ppc64 hosts
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
|
|
[AF: Rebased for v1.7]
|
|
Signed-off-by: Andreas Färber <afaerber@suse.de>
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index be4d326ae0..3308560f78 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -1600,7 +1600,7 @@ fi
|
|
|
|
if test "$pie" = ""; then
|
|
case "$cpu-$targetos" in
|
|
- i386-Linux|x86_64-Linux|x32-Linux|i386-OpenBSD|x86_64-OpenBSD)
|
|
+ i386-Linux|x86_64-Linux|x32-Linux|ppc*-Linux|i386-OpenBSD|x86_64-OpenBSD)
|
|
;;
|
|
*)
|
|
pie="no"
|