diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-08 00:40:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-14 00:34:46 +0200 |
commit | 4c42cecbe64d143df1443dcb4968aa4b5262bcf5 (patch) | |
tree | f8d983783993520bd911283385a0513d35a75d5d | |
parent | d3270f0e6766455e5b9c47b0078862ab3e0f0507 (diff) |
libinih: add missing library
-rw-r--r-- | package/libinih/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libinih/Makefile b/package/libinih/Makefile index d546f244a..c54a62331 100644 --- a/package/libinih/Makefile +++ b/package/libinih/Makefile @@ -32,5 +32,7 @@ libinih-install: $(INSTALL_DIR) $(IDIR_LIBINIH)/usr/lib $(CP) $(WRKINST)/usr/lib/libinih*.so* \ $(IDIR_LIBINIH)/usr/lib + $(CP) $(WRKINST)/usr/lib/libINIReader*.so* \ + $(IDIR_LIBINIH)/usr/lib include $(ADK_TOPDIR)/mk/pkg-bottom.mk |