Bug#1082371: libzip-dev: distribute static library with development package

2025-02-12 Thread Florian Ernst
Hello again, just some brief update on this: On Wed, Oct 16, 2024 at 06:01:52PM +0200, Florian Ernst wrote: > On Fri, Sep 20, 2024 at 08:36:02AM -0400, ryan wrote: > > [...] > > It should be possible to get libzip to emit the static library by > > configuring > > CMake with `-DBUILD_SHARED_LIBS=

Bug#1082371: libzip-dev: distribute static library with development package

2024-10-16 Thread Florian Ernst
Control: tag -1 confirmed Hello Ryan, thanks for the bugreport and your interest in this package. On Fri, Sep 20, 2024 at 08:36:02AM -0400, ryan wrote: > [...] > It should be possible to get libzip to emit the static library by configuring > CMake with `-DBUILD_SHARED_LIBS=OFF`. While this will

Bug#1082371: libzip-dev: distribute static library with development package

2024-09-20 Thread ryan
Package: libzip-dev Version: 1.7.3-1.1+b1 Severity: wishlist Dear Maintainer, I installed libzip-dev and wanted to statically link against it in a project, but found that libzip-dev does not provide a statically linked library (libzip.a): $ dpkg -L libzip-dev | grep '.a$' $ Would it be possible