summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm/files/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gdbm/files/ptest.patch')
-rw-r--r--meta/recipes-support/gdbm/files/ptest.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/meta/recipes-support/gdbm/files/ptest.patch b/meta/recipes-support/gdbm/files/ptest.patch
index 187f09655d..25fb6bb2f4 100644
--- a/meta/recipes-support/gdbm/files/ptest.patch
+++ b/meta/recipes-support/gdbm/files/ptest.patch
@@ -9,11 +9,11 @@ Upstream-Status: Pending
9 9
10--- 10---
11 Makefile.am | 5 +++++ 11 Makefile.am | 5 +++++
12 tests/Makefile.am | 11 +++++++++++ 12 tests/Makefile.am | 12 ++++++++++++
13 2 files changed, 16 insertions(+) 13 2 files changed, 17 insertions(+)
14 14
15diff --git a/Makefile.am b/Makefile.am 15diff --git a/Makefile.am b/Makefile.am
16index 25e200d..03d5ef0 100644 16index 59e2643..5f3ceb0 100644
17--- a/Makefile.am 17--- a/Makefile.am
18+++ b/Makefile.am 18+++ b/Makefile.am
19@@ -64,3 +64,8 @@ ChangeLog: 19@@ -64,3 +64,8 @@ ChangeLog:
@@ -26,13 +26,14 @@ index 25e200d..03d5ef0 100644
26+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \ 26+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
27+ done 27+ done
28diff --git a/tests/Makefile.am b/tests/Makefile.am 28diff --git a/tests/Makefile.am b/tests/Makefile.am
29index 337cbed..92ec3be 100644 29index fac6826..5dc2091 100644
30--- a/tests/Makefile.am 30--- a/tests/Makefile.am
31+++ b/tests/Makefile.am 31+++ b/tests/Makefile.am
32@@ -139,3 +139,14 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la 32@@ -143,3 +143,15 @@ d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
33 t_wordwrap_LDADD = ../tools/libgdbmapp.a
33 34
34 SUBDIRS = gdbmtool 35 SUBDIRS = gdbmtool
35 36+
36+buildtests: $(check_PROGRAMS) $(TESTSUITE) 37+buildtests: $(check_PROGRAMS) $(TESTSUITE)
37+ 38+
38+install-ptest: $(check_PROGRAMS) $(TESTSUITE) 39+install-ptest: $(check_PROGRAMS) $(TESTSUITE)
@@ -44,3 +45,6 @@ index 337cbed..92ec3be 100644
44+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \ 45+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
45+ fi \ 46+ fi \
46+ done 47+ done
48--
492.25.1
50