2010-05-25 10:29:40 +02:00
|
|
|
From: unknown
|
|
|
|
Upstream: no
|
|
|
|
Subject: do not build po and tests components
|
|
|
|
|
2012-11-29 13:05:16 +01:00
|
|
|
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
|
2008-10-14 02:26:42 +02:00
|
|
|
|
|
|
|
# Add doc back when we have some real content.
|
|
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
|
|
- src po tests
|
|
|
|
+ src
|
|
|
|
|
2012-11-29 13:05:16 +01:00
|
|
|
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
|
2012-05-31 10:51:10 +02:00
|
|
|
|
|
|
|
# Add doc back when we have some real content.
|
|
|
|
SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
|
|
|
- src po tests
|
|
|
|
+ src
|
|
|
|
|
2012-11-29 13:05:16 +01:00
|
|
|
EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
|
|
|
|
COPYING COPYING-GPLV2 COPYING-LGPLV3
|