From c34a847a14f21ac6f9b11895f3f9884790eda771 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Tue, 22 Nov 2005 23:11:19 +0000 Subject: [PATCH] - override staticLDFLAGS in make install too (bug exposed by pure th env). - release 0.3. Changed files: rpm.spec -> 1.718 --- rpm.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index feeffde..d76b7b1 100644 --- a/rpm.spec +++ b/rpm.spec @@ -29,7 +29,7 @@ Summary(uk): Name: rpm %define sover 4.4 Version: 4.4.3 -Release: 0.2 +Release: 0.3 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -761,6 +761,7 @@ install -d $RPM_BUILD_ROOT{/%{_lib},/etc/sysconfig,%{_sysconfdir}/rpm,/var/lib/b %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ + staticLDFLAGS=%{?with_static:-all-static} \ pylibdir=%{py_libdir} \ pkgbindir="%{_bindir}" -- 2.44.0