Accepting request 85863 from Base:System
fixed arm build OBS-URL: https://build.opensuse.org/request/show/85863 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/make?expand=0&rev=16
This commit is contained in:
commit
f038c3d867
13
make-3.82-full-ar-path.patch
Normal file
13
make-3.82-full-ar-path.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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)',
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 13:03:23 CEST 2011 - mhrusecky@suse.cz
|
||||||
|
|
||||||
|
- using full ar path in tests on arm (fixes build)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 19 15:22:27 UTC 2011 - mhopf@novell.com
|
Tue Apr 19 15:22:27 UTC 2011 - mhopf@novell.com
|
||||||
|
|
||||||
|
@ -35,6 +35,7 @@ Patch4: make-savannah-bug30723-expand_makeflags_before_reexec.diff
|
|||||||
Patch5: make-savannah-bug30612-handling_of_archives.diff
|
Patch5: make-savannah-bug30612-handling_of_archives.diff
|
||||||
Patch6: make-fix_whitespace_tokenization.diff
|
Patch6: make-fix_whitespace_tokenization.diff
|
||||||
Patch64: make-library-search-path.diff
|
Patch64: make-library-search-path.diff
|
||||||
|
Patch7: make-3.82-full-ar-path.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,6 +51,9 @@ The GNU make command with extensive documentation.
|
|||||||
if [ %_lib == lib64 ]; then
|
if [ %_lib == lib64 ]; then
|
||||||
%patch64
|
%patch64
|
||||||
fi
|
fi
|
||||||
|
%ifarch %arm
|
||||||
|
%patch7
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS=$RPM_OPT_FLAGS \
|
CFLAGS=$RPM_OPT_FLAGS \
|
||||||
|
Loading…
Reference in New Issue
Block a user