forked from pool/shadowsocks-libev
Accepting request 813075 from server:proxy
- Revert back to the distro default compiler (i.e. GCC 10.1 on TW): + export CFLAGS+="-fcommon" until upstream makes this code compatible to GCC10. (forwarded request 812982 from dimstar) OBS-URL: https://build.opensuse.org/request/show/813075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shadowsocks-libev?expand=0&rev=15
This commit is contained in:
commit
90a8708a64
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 16:03:02 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Revert back to the distro default compiler (i.e. GCC 10.1 on TW):
|
||||
+ export CFLAGS+="-fcommon" until upstream makes this code
|
||||
compatible to GCC10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 11:16:33 UTC 2020 - opensuse-packaging <opensuse-packaging@opensuse.org>
|
||||
|
||||
- Update Recommends tag: use shadowsocks-v2ray-plugin instead of simple-obfs
|
||||
- Fix build on Tumbleweed: don't use gcc10!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 16:29:38 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -52,21 +52,21 @@ BuildRequires: asciidoc
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Recommends: simple-obfs
|
||||
Recommends: shadowsocks-v2ray-plugin
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy
|
||||
for embedded devices and low-end boxes.
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and
|
||||
low-end boxes.
|
||||
|
||||
%package -n lib%{name}%{libver}
|
||||
Summary: Libev port of Shadowsocks
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n lib%{name}%{libver}
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy
|
||||
for embedded devices and low-end boxes.
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and
|
||||
low-end boxes.
|
||||
|
||||
This package provides libraries for it.
|
||||
|
||||
@ -77,8 +77,8 @@ Requires: %{name} = %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy
|
||||
for embedded devices and low-end boxes.
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and
|
||||
low-end boxes.
|
||||
|
||||
This package provides Documents for it.
|
||||
|
||||
@ -88,8 +88,8 @@ Group: Development/Libraries/C and C++
|
||||
Requires: lib%{name}%{libver} = %{version}
|
||||
|
||||
%description devel
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy
|
||||
for embedded devices and low-end boxes.
|
||||
shadowsocks-libev is a lightweight secured SOCKS5 proxy for embedded devices and
|
||||
low-end boxes.
|
||||
|
||||
This package provides development headers for it.
|
||||
|
||||
@ -97,8 +97,11 @@ This package provides development headers for it.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-shared
|
||||
make %{?_smp_mflags} V=1
|
||||
export CFLAGS="%{optflags} -fcommon"
|
||||
%configure \
|
||||
--enable-shared
|
||||
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user