Remove unrecognized options: --disable-rpath for configure

This commit is contained in:
zhangdaolong 2023-01-19 15:04:33 +08:00
parent 382a00ecc1
commit b61d20a8b4

View File

@ -1,7 +1,7 @@
#needsrootforbuild
Name: libnetfilter_conntrack
Version: 1.0.9
Release: 3
Release: 4
Summary: A userspace library providing a API
License: GPLv2+
URL: http://netfilter.org
@ -32,7 +32,7 @@ This package contains development files.
%autosetup -p1
%build
%configure --disable-rpath
%configure
%make_build
%install
@ -55,6 +55,12 @@ make check
%{_libdir}/*.so
%changelog
* Thu Jan 19 2023 zhangdaolong <dlzhangak@isoftstone.com> - 1.0.9-4
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Remove unrecognized options
* Mon Nov 28 2022 xingwei <xingwei14@h-partners.com> - 1.0.9-3
- Type:bugfix
- ID:NA