rpm/rpm-4.6.x-no-pkgconfig-reqs.patch
Panu Matilainen cbac7f35a8 rpm 4.5.90 here we come...
- spec largely rewritten and changelog truncated, too many changes to list
    here
- only provides are extracted for libtool and pkgconfig dependencies
    initially to avoid creating unsolvable dependencies
- just a couple of patches left over from F9
- building against BDB 4.5.20 for compatibility in case we need to go
    backwards
2008-07-11 15:54:19 +00:00

18 lines
831 B
Diff

diff --git a/macros.in b/macros.in
index 830072a..e75ca18 100644
--- a/macros.in
+++ b/macros.in
@@ -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.