summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ossp-uuid/ossp-uuid/libtool-tag.patch
blob: 7f601afab590fa2343bebae59f7b09c871c7fa51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Repect LIBTOOLFLAGS

This add a knob that can be controlled from env to set generic options
for libtool

Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>

Index: uuid-1.6.2/Makefile.in
===================================================================
--- uuid-1.6.2.orig/Makefile.in
+++ uuid-1.6.2/Makefile.in
@@ -56,7 +56,7 @@ RM          = rm -f
 CP          = cp
 RMDIR       = rmdir
 SHTOOL      = $(S)/shtool
-LIBTOOL     = @LIBTOOL@
+LIBTOOL     = @LIBTOOL@ $(LIBTOOLFLAGS)
 TRUE        = true
 POD2MAN     = pod2man
 PERL        = @PERL@