* [PR PATCH] libdeflate: link utilities (libdeflate-gzip) to installed shared library
@ 2025-04-09 23:46 el-remph
2025-04-17 17:04 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 1 reply; 2+ messages in thread
From: el-remph @ 2025-04-09 23:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
There is a new pull request by el-remph against master on the void-packages repository
https://github.com/el-remph/void-packages libdeflate-link-shared
https://github.com/void-linux/void-packages/pull/55023
libdeflate: link utilities (libdeflate-gzip) to installed shared library
#### Testing the changes
- I tested the changes in this PR: **YES**
Void packages dynamically linked executables, but the libdeflate utilities are built with libdeflate itself statically linked by default, despite libdeflate.so.0 being provided in the same package
A patch file from https://github.com/void-linux/void-packages/pull/55023.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libdeflate-link-shared-55023.patch --]
[-- Type: text/x-diff, Size: 822 bytes --]
From 4845171b069ce61772a9bb7df3cd2f5d6d10fd1c Mon Sep 17 00:00:00 2001
From: remph <lhr@disroot.org>
Date: Thu, 6 Feb 2025 15:17:09 +0000
Subject: [PATCH] libdeflate: link utilities (libdeflate-gzip) to installed
shared library
---
srcpkgs/libdeflate/template | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/srcpkgs/libdeflate/template b/srcpkgs/libdeflate/template
index 3428a0b2d1064b..f25ac900b1afb2 100644
--- a/srcpkgs/libdeflate/template
+++ b/srcpkgs/libdeflate/template
@@ -1,8 +1,9 @@
# Template file for 'libdeflate'
pkgname=libdeflate
version=1.19
-revision=1
+revision=2
build_style=cmake
+configure_args="-DLIBDEFLATE_USE_SHARED_LIB=ON"
checkdepends="zlib-devel"
short_desc="Optimized library for DEFLATE/zlib/gzip (de)compression"
maintainer="mobinmob <mobinmob@disroot.org>"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: libdeflate: link utilities (libdeflate-gzip) to installed shared library
2025-04-09 23:46 [PR PATCH] libdeflate: link utilities (libdeflate-gzip) to installed shared library el-remph
@ 2025-04-17 17:04 ` classabbyamp
0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2025-04-17 17:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 474 bytes --]
There's a merged pull request on the void-packages repository
libdeflate: link utilities (libdeflate-gzip) to installed shared library
https://github.com/void-linux/void-packages/pull/55023
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
Void packages dynamically linked executables, but the libdeflate utilities are built with libdeflate itself statically linked by default, despite libdeflate.so.0 being provided in the same package
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-17 17:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09 23:46 [PR PATCH] libdeflate: link utilities (libdeflate-gzip) to installed shared library el-remph
2025-04-17 17:04 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).