From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../files/scratchbox2-2.0-as-needed.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch (limited to 'dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch') diff --git a/dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch b/dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch new file mode 100644 index 000000000000..eaffc158f9f2 --- /dev/null +++ b/dev-embedded/scratchbox2/files/scratchbox2-2.0-as-needed.patch @@ -0,0 +1,22 @@ +diff --git a/utils/Makefile b/utils/Makefile +index cf9b6c4..6f715d3 100644 +--- a/utils/Makefile ++++ b/utils/Makefile +@@ -6,7 +6,7 @@ $(D)/sb2-show: CFLAGS := $(CFLAGS) -Wall -W -Werror \ + -I$(SRCDIR)/include + + $(D)/sb2-show.o: preload/exported.h +-$(D)/sb2-show: preload/libsb2.$(SHLIBEXT) $(D)/sb2-show.o ++$(D)/sb2-show: $(D)/sb2-show.o preload/libsb2.$(SHLIBEXT) + $(MKOUTPUTDIR) + $(P)LD + $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ +@@ -25,7 +25,7 @@ $(D)/sb2-interp-wrapper: CFLAGS := $(CFLAGS) -Wall -W -Werror \ + -I$(SRCDIR)/preload -Ipreload/ $(PROTOTYPEWARNINGS) \ + -I$(SRCDIR)/include + +-$(D)/sb2-interp-wrapper: preload/libsb2.$(SHLIBEXT) $(D)/sb2-interp-wrapper.o ++$(D)/sb2-interp-wrapper: $(D)/sb2-interp-wrapper.o preload/libsb2.$(SHLIBEXT) + $(MKOUTPUTDIR) + $(P)LD + $(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -ldl -- cgit v1.2.3