Skip to content

Commit 99042c9

Browse files
committed
redhat: Remove bogus libtool files for modules
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 361eeff commit 99042c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redhat/frr.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ rm -rf %{buildroot}/usr/share/info/dir
302302
# Remove debian init script if it was installed
303303
rm -f %{buildroot}%{_sbindir}/frr
304304

305+
# kill bogus libtool files for modules
306+
rm -f %{buildroot}%{_libdir}/frr/modules/*.la
307+
305308
# install /etc sources
306309
%if "%{initsystem}" == "systemd"
307310
mkdir -p %{buildroot}%{_unitdir}

0 commit comments

Comments
 (0)