Accepting request 485091 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/485091 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpcap?expand=0&rev=53
This commit is contained in:
commit
874bd4991c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 23 15:42:52 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Restore section setting $pic
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 10:12:45 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -91,7 +91,12 @@ libpcap static libraries
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
export CFLAGS="%{optflags} -fpic" CXXFLAGS="%{optflags} -f$pic"
|
||||
%ifarch %sparc
|
||||
pic="PIC"
|
||||
%else
|
||||
pic="pic"
|
||||
%endif
|
||||
export CFLAGS="%{optflags} -f$pic" CXXFLAGS="%{optflags} -f$pic"
|
||||
%configure \
|
||||
--enable-bluetooth=yes \
|
||||
--enable-ipv6
|
||||
|
Loading…
x
Reference in New Issue
Block a user