forked from pool/wireshark
Accepting request 267112 from home:msmeissn:branches:network:utilities
- build with PIE OBS-URL: https://build.opensuse.org/request/show/267112 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=132
This commit is contained in:
parent
1f1aef62a6
commit
f30daa1b34
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 3 15:55:35 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
- build with PIE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 3 20:37:44 UTC 2014 - andreas.stieger@gmx.de
|
Wed Dec 3 20:37:44 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wireshark
|
# spec file for package wireshark
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -186,6 +186,9 @@ sed \
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
|
||||||
# zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
|
# zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
|
||||||
|
export CFLAGS="%optflags -fPIE"
|
||||||
|
export CXXFLAGS="%optflags -fPIE"
|
||||||
|
export LDFLAGS="-pie"
|
||||||
%configure \
|
%configure \
|
||||||
%if 0%{?suse_version} < 1220
|
%if 0%{?suse_version} < 1220
|
||||||
--without-zlib \
|
--without-zlib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user