Hello community,

here is the log from the commit of package make for openSUSE:Factory
checked in at Sun Oct 2 10:18:18 CEST 2011.



--------
--- openSUSE:Factory/make/make.changes  2011-09-23 02:12:35.000000000 +0200
+++ /mounts/work_src_done/STABLE/make/make.changes      2011-09-30 
13:05:16.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 13:03:23 CEST 2011 - [email protected]
+
+- using full ar path in tests on arm (fixes build)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  make-3.82-full-ar-path.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ make.spec ++++++
--- /var/tmp/diff_new_pack.C7crFj/_old  2011-10-02 10:18:15.000000000 +0200
+++ /var/tmp/diff_new_pack.C7crFj/_new  2011-10-02 10:18:15.000000000 +0200
@@ -35,6 +35,7 @@
 Patch5:         make-savannah-bug30612-handling_of_archives.diff
 Patch6:         make-fix_whitespace_tokenization.diff
 Patch64:        make-library-search-path.diff
+Patch7:         make-3.82-full-ar-path.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,6 +51,9 @@
 if [ %_lib == lib64 ]; then
 %patch64
 fi
+%ifarch %arm
+%patch7
+%endif
 
 %build
 CFLAGS=$RPM_OPT_FLAGS \

++++++ make-3.82-full-ar-path.patch ++++++
Index: tests/scripts/features/archives
===================================================================
--- tests/scripts/features/archives.orig
+++ tests/scripts/features/archives
@@ -13,7 +13,7 @@ utouch(-60, qw(a1.o a2.o a3.o));
 
 # Very simple
 run_make_test('all: libxx.a(a1.o)',
-              '', "ar rv libxx.a a1.o\nar: creating libxx.a\na - a1.o\n");
+              '', "ar rv libxx.a a1.o\n/usr/bin/ar: creating libxx.a\na - 
a1.o\n");
 
 # Multiple .o's.  Add a new one to the existing library
 run_make_test('all: libxx.a(a1.o a2.o)',
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to