FS#76667 - [lzlib] not compiled with ArchLinux flags
Attached to Project:
Community Packages
Opened by Cassandra Watergate (saltedcoffii) - Friday, 25 November 2022, 11:44 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
Opened by Cassandra Watergate (saltedcoffii) - Friday, 25 November 2022, 11:44 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:05 GMT
|
Details
Description: The `lzlib` package builds with a nonstandard
configure script, like most all packages from lzip. I
maintain a lot of them in the AUR, so I'm used to working
with them. For some reason, these configure scripts don't
take variables from the environment, so they must be
explicitly passed to the script. Currently, the line
invoking configure reads as:
`./configure --prefix=/usr --enable-shared` To use CFLAGS, etc., passed in makepkg.conf, it should read something to the effect of: ``` ./configure CFLAGS="${CFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" \ --prefix=/usr \ --enable-shared ``` I've attached a patch for the current trunk PKGBUILD Additional info: * package version(s): 1.13-2 * config and/or log files etc.: N/A * link to upstream bug report, if any: N/A Steps to reproduce: See above |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:05 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/lzlib/issues/1
Saturday, 25 November 2023, 20:05 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/lzlib/issues/1
lzlib_CFLAGS.patch