SOURCES (AC-branch): rpm.macros - missed --host=... added to %conf...

pluto pluto at pld-linux.org
Sun Sep 18 10:54:29 CEST 2005


Author: pluto                        Date: Sun Sep 18 08:54:29 2005 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- missed --host=... added to %configure.
  fixes: 'checking build system type... i686-pld-linux-gnu
          checking host system type... config.sub: missing argument'

---- Files affected:
SOURCES:
   rpm.macros (1.158.4.62 -> 1.158.4.63) 

---- Diffs:

================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.158.4.62 SOURCES/rpm.macros:1.158.4.63
--- SOURCES/rpm.macros:1.158.4.62	Fri Sep 16 13:56:45 2005
+++ SOURCES/rpm.macros	Sun Sep 18 10:54:23 2005
@@ -96,6 +96,7 @@
 	CPPFLAGS="${CPPFLAGS:-}" \
 	%{?__cc:CC="%{__cc}"} \
 	%{?__cxx:CXX="%{__cxx}"} \
+	--host=%{_target_platform} \
 	--build=%{_target_platform} \
  	--prefix=%{_prefix} \
 	--exec-prefix=%{_exec_prefix} \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm.macros?r1=1.158.4.62&r2=1.158.4.63&f=u




More information about the pld-cvs-commit mailing list