public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libinih: Fix rootfile.
@ 2022-05-13 21:20 Stefan Schantl
  2022-05-14  9:13 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2022-05-13 21:20 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 724 bytes --]

Some tools of the xfsprogs are linked against libinih and therefore
we need to ship those libs.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 config/rootfiles/common/libinih | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/rootfiles/common/libinih b/config/rootfiles/common/libinih
index c8a467edc..af22932dc 100644
--- a/config/rootfiles/common/libinih
+++ b/config/rootfiles/common/libinih
@@ -1,8 +1,8 @@
 #usr/include/INIReader.h
 #usr/include/ini.h
 #usr/lib/libINIReader.so
-#usr/lib/libINIReader.so.0
+usr/lib/libINIReader.so.0
 #usr/lib/libinih.so
-#usr/lib/libinih.so.0
+usr/lib/libinih.so.0
 #usr/lib/pkgconfig/INIReader.pc
 #usr/lib/pkgconfig/inih.pc
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-14  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 21:20 [PATCH] libinih: Fix rootfile Stefan Schantl
2022-05-14  9:13 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox