From: Vincent Bernat Date: Sun, 14 Jan 2024 14:36:05 +0000 (+0100) Subject: redhat: suppress extra .la file we don't want to install X-Git-Tag: 1.0.18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffa58471b03b7df58abaffc7245b5b45b0e0b574;p=thirdparty%2Flldpd.git redhat: suppress extra .la file we don't want to install --- diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index bd1d7306..5b5c8d98 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -195,6 +195,7 @@ make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT/%{_libdir}/liblldpctl.la %if %{without systemd} install -d $RPM_BUILD_ROOT/%{_initrddir} install -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/lldpd