Skip to content

Commit

Permalink
redhat: suppress extra .la file we don't want to install
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jan 14, 2024
1 parent 622da70 commit ffa5847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redhat/lldpd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffa5847

Please sign in to comment.