forked from pool/elfutils
7f7b19580c
- avoid automake dependency OBS-URL: https://build.opensuse.org/request/show/122959 OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=38
27 lines
827 B
Diff
27 lines
827 B
Diff
From: unknown
|
|
Upstream: no
|
|
Subject: do not build po and tests components
|
|
|
|
--- elfutils/Makefile.am-dist 2007-07-04 12:05:20.000000000 +0200
|
|
+++ elfutils/Makefile.am 2007-07-04 12:05:25.000000000 +0200
|
|
@@ -29,7 +29,7 @@
|
|
|
|
# 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 EXCEPTION
|
|
|
|
--- elfutils-0.153/Makefile.in.orig 2012-02-23 12:41:51.000000000 +0100
|
|
+++ elfutils-0.153/Makefile.in 2012-05-30 19:36:05.792498281 +0200
|
|
@@ -247,7 +247,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 EXCEPTION
|
|
|