- Disable static library

OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=18
This commit is contained in:
Thorsten Kukuk 2017-09-05 10:54:45 +00:00 committed by Git OBS Bridge
parent f0189cf37c
commit 87b2b9be4b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 5 12:54:29 CEST 2017 - kukuk@suse.de
- Disable static library
-------------------------------------------------------------------
Wed Aug 30 13:35:01 CEST 2017 - kukuk@suse.de

View File

@ -66,7 +66,7 @@ The NIS+ API is deprecated and only there "as is".
%setup -q
%build
%configure
%configure --disable-static
make %{?_smp_mflags}
%install
@ -93,7 +93,6 @@ make %{?_smp_mflags} check
%files devel
%defattr(-,root,root)
%{_libdir}/libnsl.so
%{_libdir}/libnsl.a
%{_includedir}/*
%{_libdir}/pkgconfig/*