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.patch24
1 files changed, 24 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..97daca46d1
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/uuid-libtool.patch
@@ -0,0 +1,24 @@
1Remove hardcoded libtool name, fall back to generated name
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:37:19.579672930 -0500
7+++ uuid-1.6.2/Makefile.in 2012-05-14 14:37:49.112733787 -0500
8@@ -32,6 +32,7 @@
9 VPATH = @srcdir@
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12+top_builddir = @top_builddir@
13 S = $(srcdir)
14 C = .
15
16@@ -55,7 +56,7 @@
17 CP = cp
18 RMDIR = rmdir
19 SHTOOL = $(S)/shtool
20-LIBTOOL = $(C)/libtool
21+LIBTOOL = @LIBTOOL@
22 TRUE = true
23 POD2MAN = pod2man
24 PERL = @PERL@