2021-03-12 12:30:14 +00:00
committed by Git OBS Bridge
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Index: xorg-cf-files-1.0.6/Imake.tmpl
===================================================================
--- xorg-cf-files-1.0.6.orig/Imake.tmpl
+++ xorg-cf-files-1.0.6/Imake.tmpl
@@ -1081,7 +1081,7 @@ TCLIBDIR = TclLibDir
#if HasLargeTmp || SystemV4
#define ArCmd ArCmdBase cq
#else
-#define ArCmd ArCmdBase clq
+#define ArCmd ArCmdBase cq
#endif
#endif
#ifndef ArAddCmd

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Mar 3 17:27:07 UTC 2021 - Marguerite Su <i@marguerite.su>
- u_ar-clq-Imake.tmpl-binutils_2.36.patch
* debian#981072: the previously ignored "l" option
(did no actual work) was implemented to specfily
dependencies of library. any wrong usage will now
trigger "ar: libdeps specified more than once"
error.
-------------------------------------------------------------------
Mon Jan 4 11:53:49 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -26,6 +26,8 @@ URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
Patch0: u_riscv.patch
Patch1: u_xorg-cf-files-D_DEFAULT_SOURCE.patch
#PATCH-FIX-UPSTREAM "ar l" in binutils 2.36 now has actual meaning
Patch2: u_ar-clq-Imake.tmpl-binutils_2.36.patch
BuildRequires: font-util >= 1.1
BuildRequires: pkgconfig(xorg-macros) >= 1.4
Requires: gccmakedep
@@ -55,6 +57,7 @@ converted.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
cat > host.def << EOF
#define ConfigDir %_configdir