summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch')
-rw-r--r--meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch b/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
new file mode 100644
index 0000000000..1f4ba980b1
--- /dev/null
+++ b/meta/recipes-devtools/rpm/rpm/rpm-ossp-uuid.patch
@@ -0,0 +1,20 @@
1Fix integration of ossp-uuid
2
3We need to avoid including the util-linux uuid library, instead
4we need ossp-uuid. There is a related hack in do_configure to
5make sure that we use the right .pc file as well.
6
7Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
8
9diff -ur rpm-5.4.9.orig/configure.ac rpm-5.4.9/configure.ac
10--- rpm-5.4.9.orig/configure.ac 2012-05-17 16:37:20.594790192 -0500
11+++ rpm-5.4.9/configure.ac 2012-05-17 16:39:23.126933596 -0500
12@@ -1909,7 +1909,7 @@
13 esac
14 RPM_CHECK_LIB(
15 [OSSP uuid], [uuid],
16- [ossp-uuid uuid], [uuid_import], [uuid.h],
17+ [ossp-uuid], [uuid_import], [uuid.h],
18 [no,external:none], [],
19 [ dnl # enable OSSP uuid native API support for embedded Lua
20 if test ".$WITH_LUA" = .yes; then