mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
use $(LIBLZMA_LIBS) instead of -llzma
This is needed in case of non-standard lzma installation path that will be specified in pkgconfig manifest as extra -L option for LDFLAGS.
This commit is contained in:
parent
5339ae4437
commit
78b00bbd8a
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ OPENSSL_LIBS = @OPENSSL_LIBS@
|
|||
PACKAGE_NAME = @PACKAGE_NAME@
|
||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||
SODIUM_LIBS = @SODIUM_LIBS@
|
||||
LIBLZMA_LIBS = @LIBLZMA_LIBS@
|
||||
SQLITE3_LIBS = @SQLITE3_LIBS@
|
||||
bash = @bash@
|
||||
bindir = @bindir@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue