forked from pool/util-linux
Jan Engelhardt
ca9a9a56c4
- Added "Requires.private: libeconf" in order to build with static libeconf.a . OBS-URL: https://build.opensuse.org/request/show/1167819 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=558
11 lines
375 B
Diff
11 lines
375 B
Diff
diff -ur org/libblkid/blkid.pc.in patch/libblkid/blkid.pc.in
|
|
--- org/libblkid/blkid.pc.in 2024-01-31 11:02:15.460811568 +0100
|
|
+++ patch/libblkid/blkid.pc.in 2024-04-15 15:19:34.288703597 +0200
|
|
@@ -6,5 +6,6 @@
|
|
Name: blkid
|
|
Description: Block device id library
|
|
Version: @LIBBLKID_VERSION@
|
|
+Requires.private: libeconf
|
|
Cflags: -I${includedir}/blkid
|
|
Libs: -L${libdir} -lblkid
|