summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
blob: 1f4ba980b18eda0f85a3a198b07cf48f3255926c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Fix integration of ossp-uuid

We need to avoid including the util-linux uuid library, instead
we need ossp-uuid.  There is a related hack in do_configure to
make sure that we use the right .pc file as well.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>

diff -ur rpm-5.4.9.orig/configure.ac rpm-5.4.9/configure.ac
--- rpm-5.4.9.orig/configure.ac	2012-05-17 16:37:20.594790192 -0500
+++ rpm-5.4.9/configure.ac	2012-05-17 16:39:23.126933596 -0500
@@ -1909,7 +1909,7 @@
 esac
 RPM_CHECK_LIB(
     [OSSP uuid], [uuid],
-    [ossp-uuid uuid], [uuid_import], [uuid.h],
+    [ossp-uuid], [uuid_import], [uuid.h],
     [no,external:none], [],
     [ dnl # enable OSSP uuid native API support for embedded Lua
       if test ".$WITH_LUA" = .yes; then