Accepting request 92977 from home:elvigia:branches:devel:libraries:c_c++
- Use O_CLOEXEC in library code. - Change the visibility patch to not use the error prone version-script but rather GCC visibility OBS-URL: https://build.opensuse.org/request/show/92977 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
8162ab54e3
commit
58fc7cd92f
@@ -32,6 +32,7 @@ Patch0: %{name}-%{version}-destdir.patch
|
||||
Patch1: %{name}-%{version}-configure.patch
|
||||
Patch2: %{name}-%{version}-ipv6.patch
|
||||
Patch3: adns-visibility.patch
|
||||
Patch4: adns-ocloexec.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -65,6 +66,7 @@ programs with libads support.
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
cp %{S:1} .
|
||||
|
||||
%build
|
||||
@@ -79,7 +81,7 @@ rm %{buildroot}%{_libdir}/*.a
|
||||
|
||||
%check
|
||||
# disable check for ipv6 patch
|
||||
# make check
|
||||
#make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Reference in New Issue
Block a user