Accepting request 52609 from home:elvigia:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/52609
OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=45
This commit is contained in:
Cristian Rodríguez 2010-11-09 19:11:56 +00:00 committed by Git OBS Bridge
parent d784380b1e
commit 7995cdd981
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 9 15:38:33 UTC 2010 - cristian.rodriguez@opensuse.org
- use full RELRO here.
-------------------------------------------------------------------
Mon Nov 8 13:15:59 UTC 2010 - aj@suse.de

View File

@ -97,7 +97,8 @@ cp %{S:7} ./cron_to_cronie.README
%build
autoreconf -fiv
# fill macro CRON_VERSION it is used in top three lines of crontab file,should be reworked
CFLAGS="$RPM_OPT_FLAGS -DCRON_VERSION=\\\"%{version}\\\""
export CFLAGS="$RPM_OPT_FLAGS -DCRON_VERSION=\\\"%{version}\\\""
export LDFLAGS="-Wl,-z,relro,-z,now,-z,defs"
%configure --with-audit --enable-anacron --with-pam --with-selinux --with-inotify --enable-pie SPOOL_DIR="/var/spool/cron/tabs"
%{__make} %{?_smp_mflags}