summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
new file mode 100644
index 0000000000..4bc91b86ee
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
@@ -0,0 +1,27 @@
1Remove hardcoded libtool name, fall back to generated name
2
3Upstream-Status: Inappropriate [no upstream]
4The project appears to no longer be accepting changes.
5
6Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
7
8diff -ur uuid-1.6.2.orig/Makefile.in uuid-1.6.2/Makefile.in
9--- uuid-1.6.2.orig/Makefile.in 2012-05-14 14:37:19.579672930 -0500
10+++ uuid-1.6.2/Makefile.in 2012-05-14 14:37:49.112733787 -0500
11@@ -32,6 +32,7 @@
12 VPATH = @srcdir@
13 srcdir = @srcdir@
14 top_srcdir = @top_srcdir@
15+top_builddir = @top_builddir@
16 S = $(srcdir)
17 C = .
18
19@@ -55,7 +56,7 @@
20 CP = cp
21 RMDIR = rmdir
22 SHTOOL = $(S)/shtool
23-LIBTOOL = $(C)/libtool
24+LIBTOOL = @LIBTOOL@
25 TRUE = true
26 POD2MAN = pod2man
27 PERL = @PERL@