summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
new file mode 100644
index 0000000000..78f3c94a55
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-nostrip.patch
@@ -0,0 +1,16 @@
1We don't want anything stripped
2
3Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
4
5diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in
6--- uuid-1.6.2.orig/Makefile.in 2012-05-14 14:42:42.225789456 -0500
7+++ uuid-1.6.2/Makefile.in 2012-05-14 15:03:03.119733400 -0500
8@@ -254,7 +254,7 @@
9 -@if [ ".$(WITH_CXX)" = .yes ]; then \
10 $(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 $(CXX_NAME) $(DESTDIR)$(libdir)/; \
11 fi
12- @$(LIBTOOL) --mode=install $(SHTOOL) install -c -s -m 755 uuid $(DESTDIR)$(bindir)/
13+ @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 755 uuid $(DESTDIR)$(bindir)/
14 $(SHTOOL) install -c -m 644 $(S)/uuid.1 $(DESTDIR)$(mandir)/man1/
15 -@if [ ".$(WITH_PERL)" = .yes ]; then \
16 (cd $(S)/perl && $(MAKE) $(MFLAGS) install DESTDIR=$(DESTDIR)); \