From 98bc4decdeab1361bdc585c86591718fb08c8ffb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 2 Dec 2017 12:44:39 -0800 Subject: Run all patches through renumbering and update Signed-off-by: Alexey Neyman --- packages/duma/2_5_15/0001-separate_cpp.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/duma/2_5_15/0001-separate_cpp.patch (limited to 'packages/duma/2_5_15/0001-separate_cpp.patch') diff --git a/packages/duma/2_5_15/0001-separate_cpp.patch b/packages/duma/2_5_15/0001-separate_cpp.patch new file mode 100644 index 00000000..bd6c6ee2 --- /dev/null +++ b/packages/duma/2_5_15/0001-separate_cpp.patch @@ -0,0 +1,22 @@ +--- + GNUmakefile | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -289,9 +289,13 @@ + dumatest.c tstheap.c thread-test.c testmt.c dumatestpp.cpp testoperators.cpp \ + createconf.c + +-OBJECTS=dumapp.o duma.o sem_inc.o print.o ++OBJECTS = duma.o sem_inc.o print.o ++SO_OBJECTS = duma_so.o sem_inc_so.o print_so.o + +-SO_OBJECTS=dumapp_so.o duma_so.o sem_inc_so.o print_so.o ++ifeq ($(DUMA_CPP),1) ++OBJECTS += dumapp.o ++SO_OBJECTS += dumapp_so.o ++endif + + # Make all the top-level targets the makefile knows about. + all: libduma.a tstheap$(EXEPOSTFIX) dumatest$(EXEPOSTFIX) thread-test$(EXEPOSTFIX) testmt$(EXEPOSTFIX) dumatestpp$(EXEPOSTFIX) testoperators$(EXEPOSTFIX) $(DUMA_DYN_DEPS) -- cgit v1.2.3