Marcus Meissner
30c1ed46a3
update and adding aarch64 patch. Do not break aarch64 libs during debuginfo generation anymore. OBS-URL: https://build.opensuse.org/request/show/143389 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=45
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From: unknown
|
|
Upstream: no
|
|
Subject: do not build po and tests components
|
|
|
|
Index: elfutils-0.155/Makefile.am
|
|
===================================================================
|
|
--- elfutils-0.155.orig/Makefile.am
|
|
+++ elfutils-0.155/Makefile.am
|
|
@@ -24,7 +24,7 @@ pkginclude_HEADERS = version.h
|
|
|
|
# Add doc back when we have some real content.
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
- src po tests
|
|
+ src
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|
|
Index: elfutils-0.155/Makefile.in
|
|
===================================================================
|
|
--- elfutils-0.155.orig/Makefile.in
|
|
+++ elfutils-0.155/Makefile.in
|
|
@@ -259,7 +259,7 @@ pkginclude_HEADERS = version.h
|
|
|
|
# Add doc back when we have some real content.
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
- src po tests
|
|
+ src
|
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|