| diff --git a/macros.in b/macros.in |
| index 830072a..e75ca18 100644 |
| |
| |
| @@ -460,10 +460,10 @@ print (t)\ |
| %__mono_requires @RPMCONFIGDIR@/mono-find-requires %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir} |
| |
| %__libtool_provides @RPMCONFIGDIR@/libtooldeps.sh --provides %{buildroot} %{name} |
| -%__libtool_requires @RPMCONFIGDIR@/libtooldeps.sh --requires %{buildroot} %{name} |
| +#%__libtool_requires @RPMCONFIGDIR@/libtooldeps.sh --requires %{buildroot} %{name} |
| |
| %__pkgconfig_provides @RPMCONFIGDIR@/pkgconfigdeps.sh --provides |
| -%__pkgconfig_requires @RPMCONFIGDIR@/pkgconfigdeps.sh --requires |
| +#%__pkgconfig_requires @RPMCONFIGDIR@/pkgconfigdeps.sh --requires |
| |
| # |
| # ---- Database configuration macros. |