Update spec file to include lfds710 (needed by nunc-stans)
This commit is contained in:
parent
70644aae89
commit
3ca61b72f5
@ -251,6 +251,7 @@ OPENLDAP_FLAG="--with-openldap"
|
||||
%{?with_tmpfiles_d: TMPFILES_FLAG="--with-tmpfiles-d=%{with_tmpfiles_d}"}
|
||||
# hack hack hack https://bugzilla.redhat.com/show_bug.cgi?id=833529
|
||||
NSSARGS="--with-svrcore-inc=%{_includedir} --with-svrcore-lib=%{_libdir} --with-nss-lib=%{_libdir} --with-nss-inc=%{_includedir}/nss3"
|
||||
|
||||
%if %{use_nunc_stans}
|
||||
NUNC_STANS_FLAGS="--enable-nunc-stans --with-nunc-stans=../nunc-stans-%{nunc_stans_ver}"
|
||||
%endif
|
||||
@ -439,6 +440,7 @@ fi
|
||||
%{_libdir}/%{pkgname}/libns-dshttpd.so
|
||||
%if %{use_nunc_stans}
|
||||
%{_libdir}/%{pkgname}/libnunc-stans.so
|
||||
%{_libdir}/%{pkgname}/liblfds710.so.*
|
||||
%endif
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
@ -450,6 +452,7 @@ fi
|
||||
%{_libdir}/%{pkgname}/libns-dshttpd.so.*
|
||||
%if %{use_nunc_stans}
|
||||
%{_libdir}/%{pkgname}/libnunc-stans.so.*
|
||||
%{_libdir}/%{pkgname}/liblfds710.so.*
|
||||
%endif
|
||||
|
||||
%files snmp
|
||||
|
Loading…
Reference in New Issue
Block a user