It seems that the attached patch never made it upstream. Anybody objections?
Jonathon
From ab19d681ea1c75cdf0d9b341128b9f4009740c28 Mon Sep 17 00:00:00 2001
From: Alon Levy <alevy@xxxxxxxxxx>
Date: Tue, 22 Oct 2013 13:13:03 +0300
Subject: [PATCH] gtk/Makefile.am: add PIE flags to libspice-client-glib
---
gtk/Makefile.am | 5 +++++
gtk/Makefile.in | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index d1e6f66..28cb2bf 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -174,6 +174,11 @@ libspice_client_glib_2_0_la_LDFLAGS = \
-version-info 13:0:5 \
-no-undefined \
$(GLIB_VERSION_LDFLAGS) \
+ $(PIE_LDFLAGS) \
+ $(NULL)
+
+libspice_client_glib_2_0_la_CPPFLAGS = \
+ $(PIE_CFLAGS) \
$(NULL)
libspice_client_glib_2_0_la_LIBADD = \
diff --git a/gtk/Makefile.in b/gtk/Makefile.in
index 2d9441c..b693c2e 100644
--- a/gtk/Makefile.in
+++ b/gtk/Makefile.in
@@ -817,6 +817,11 @@ libspice_client_glib_2_0_la_LDFLAGS = \
-version-info 13:0:5 \
-no-undefined \
$(GLIB_VERSION_LDFLAGS) \
+ $(PIE_LDFLAGS) \
+ $(NULL)
+
+libspice_client_glib_2_0_la_CPPFLAGS = \
+ $(PIE_CFLAGS) \
$(NULL)
libspice_client_glib_2_0_la_LIBADD = \
--
1.8.3.1
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel