Accepting request 279990 from network:utilities
1 OBS-URL: https://build.opensuse.org/request/show/279990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireshark?expand=0&rev=91
This commit is contained in:
commit
e43bd996b2
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -186,6 +186,9 @@ sed \
|
||||
autoreconf -fiv
|
||||
|
||||
# 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 \
|
||||
%if 0%{?suse_version} < 1220
|
||||
--without-zlib \
|
||||
|
Loading…
Reference in New Issue
Block a user