summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-02-06 12:44:21 +0100
committerWim Taymans <wtaymans@redhat.com>2014-02-06 12:44:21 +0100
commit5eb459a0882bbaf4013b24f7282983042d3df9d0 (patch)
tree14a16a823c90b6da7476a5d975b51319749fce13
parent5962073fac0d8365929cc8c9c97a803c9f524b13 (diff)
Related #884146
Build SUID proximity-helper with full relro
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 155f908a1..d3602015e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1961,7 +1961,7 @@ module_bluetooth_proximity_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) -DPA_BT_PROXI
proximity_helper_SOURCES = modules/bluetooth/proximity-helper.c
proximity_helper_LDADD = $(AM_LDADD) $(BLUEZ_LIBS)
proximity_helper_CFLAGS = $(AM_CFLAGS) $(BLUEZ_CFLAGS)
-proximity_helper_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
+proximity_helper_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(IMMEDIATE_LDFLAGS)
# Bluetooth sink / source
module_bluetooth_discover_la_SOURCES = modules/bluetooth/module-bluetooth-discover.c