diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:06:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:07:48 +0200 |
commit | 578f218b3e26821afc408681613c0320f9dfe2bc (patch) | |
tree | f6b8d773cee0025279168b33ccf36f57eaa9b1f8 /package/util-linux/patches/patch-libuuid_uuid_pc_in | |
parent | 0151f5cf9e52868c1e0e20d8a048c028af9e7166 (diff) |
fix lvm package compile
Diffstat (limited to 'package/util-linux/patches/patch-libuuid_uuid_pc_in')
-rw-r--r-- | package/util-linux/patches/patch-libuuid_uuid_pc_in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/util-linux/patches/patch-libuuid_uuid_pc_in b/package/util-linux/patches/patch-libuuid_uuid_pc_in new file mode 100644 index 000000000..010f3cffe --- /dev/null +++ b/package/util-linux/patches/patch-libuuid_uuid_pc_in @@ -0,0 +1,16 @@ +--- util-linux-2.24.2.orig/libuuid/uuid.pc.in 2013-02-27 17:46:29.883020734 +0100 ++++ util-linux-2.24.2/libuuid/uuid.pc.in 2014-05-24 12:50:07.644975668 +0200 +@@ -1,11 +1,8 @@ + prefix=@prefix@ +-exec_prefix=@exec_prefix@ +-libdir=@usrlib_execdir@ +-includedir=@includedir@ + + Name: uuid + Description: Universally unique id library + Version: @LIBUUID_VERSION@ + Requires: +-Cflags: -I${includedir}/uuid +-Libs: -L${libdir} -luuid ++Cflags: -I${prefix}/include/uuid ++Libs: -L${prefix}/lib -luuid |