Accepting request 158064 from network:utilities
- Build everythiong with full RELRO here. SUID code around.. (forwarded request 157964 from elvigia) OBS-URL: https://build.opensuse.org/request/show/158064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iputils?expand=0&rev=28
This commit is contained in:
commit
415491ebfa
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 03:27:28 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Build everythiong with full RELRO here. SUID code around..
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 2 08:18:36 UTC 2013 - coolo@suse.com
|
Sat Mar 2 08:18:36 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ touch linux/autoconf.h
|
|||||||
%build
|
%build
|
||||||
make %{?_smp_mflags} KERNEL_INCLUDE=$PWD \
|
make %{?_smp_mflags} KERNEL_INCLUDE=$PWD \
|
||||||
CCOPT='%optflags -fno-strict-aliasing -fpie -D_GNU_SOURCE' \
|
CCOPT='%optflags -fno-strict-aliasing -fpie -D_GNU_SOURCE' \
|
||||||
LDLIBS='-pie -lcap -lresolv' \
|
LDLIBS='-Wl,-z,relro,-z,now -pie -lcap -lresolv' \
|
||||||
CAPABILITIES=1
|
CAPABILITIES=1
|
||||||
gcc $RPM_OPT_FLAGS -o ifenslave ifenslave.c
|
gcc $RPM_OPT_FLAGS -o ifenslave ifenslave.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user