summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch')
-rw-r--r--meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch b/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
new file mode 100644
index 0000000000..7f601afab5
--- /dev/null
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
@@ -0,0 +1,21 @@
1Repect LIBTOOLFLAGS
2
3This add a knob that can be controlled from env to set generic options
4for libtool
5
6Upstream-Status: Pending
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8
9Index: uuid-1.6.2/Makefile.in
10===================================================================
11--- uuid-1.6.2.orig/Makefile.in
12+++ uuid-1.6.2/Makefile.in
13@@ -56,7 +56,7 @@ RM = rm -f
14 CP = cp
15 RMDIR = rmdir
16 SHTOOL = $(S)/shtool
17-LIBTOOL = @LIBTOOL@
18+LIBTOOL = @LIBTOOL@ $(LIBTOOLFLAGS)
19 TRUE = true
20 POD2MAN = pod2man
21 PERL = @PERL@