SHA256
1
0
forked from jengelh/sssd

Accepting request 266999 from home:msmeissn:branches:network:ldap

- build with PIE

OBS-URL: https://build.opensuse.org/request/show/266999
OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=141
This commit is contained in:
Jan Engelhardt 2015-01-01 23:00:25 +00:00 committed by Git OBS Bridge
parent c3f2b68a07
commit 86656f23a4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 1 22:01:02 UTC 2015 - meissner@suse.com
- build with PIE
-------------------------------------------------------------------
Mon Nov 10 00:37:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package sssd
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -346,6 +346,8 @@ export LDB_DIR="$(pkg-config ldb --variable=modulesdir)"
export PATH="$PATH:/usr/sbin"
autoreconf -fiv;
export CFLAGS="$RPM_OPT_FLAGS -fPIE"
export LDFLAGS="-pie"
%configure \
--with-crypto=libcrypto \
--with-db-path="%dbpath" \