forked from pool/iptables
Remove --no-warn, since that requires libtool >= 2.4.2
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=69
This commit is contained in:
parent
ad9e35b852
commit
604632479d
@ -56,7 +56,7 @@ index 781ac6d..6467f05 100644
|
||||
-install: ${targets_install} ${targets_instlink}
|
||||
+install: ${targets_la_install} ${targets_so_install} ${targets_instlink}
|
||||
@mkdir -p "${DESTDIR}${xtlibdir}";
|
||||
+ ../libtool ${AM_LIBTOOL_SILENT} --no-warn --mode=install install -pm0755 ${targets_la_install} "${DESTDIR}${xtlibdir}/"
|
||||
+ ../libtool ${AM_LIBTOOL_SILENT} --mode=install install -pm0755 ${targets_la_install} "${DESTDIR}${xtlibdir}/"
|
||||
+ rm -f "${DESTDIR}${xtlibdir}"/*.la
|
||||
if test -n "${targets_install}"; then \
|
||||
install -pm0755 ${targets_install} "${DESTDIR}${xtlibdir}/"; \
|
||||
|
Loading…
Reference in New Issue
Block a user