SPECS: multipath-tools.spec - bash fix, pass CC
glen
glen at pld-linux.org
Sun Oct 16 00:48:27 CEST 2005
Author: glen Date: Sat Oct 15 22:48:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- bash fix, pass CC
---- Files affected:
SPECS:
multipath-tools.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/multipath-tools.spec
diff -u SPECS/multipath-tools.spec:1.4 SPECS/multipath-tools.spec:1.5
--- SPECS/multipath-tools.spec:1.4 Sun Oct 16 00:45:09 2005
+++ SPECS/multipath-tools.spec Sun Oct 16 00:48:22 2005
@@ -10,6 +10,7 @@
Source0: http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2
# Source0-md5: d8f87a4f08448a209d6e5bb7aa426830
URL: http://christophe.varoqui.free.fr/
+Patch0: %{name}-bashism.patch
BuildRequires: sysfsutils >= 1.3.0-1.1
Requires: udev >= 1:070-4.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,9 +33,11 @@
%prep
%setup -q
+%patch0 -p1
%build
-%{__make} -j1
+%{__make} -j1 \
+ CC="%{__cc}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -75,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/10/15 22:48:22 glen
+- bash fix, pass CC
+
Revision 1.4 2005/10/15 22:45:09 glen
- update summary/description from sources
- resolve udev conflict
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/multipath-tools.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list