pkgs/tools: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
fce00d15c2
commit
76f93cc731
@@ -5,7 +5,7 @@
|
||||
, zlib
|
||||
, openssl
|
||||
, libedit
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, pam
|
||||
, autoreconfHook
|
||||
, etcDir ? null
|
||||
@@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace Makefile.in --replace '$(INSTALL) -m 4711' '$(INSTALL) -m 0711'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ]
|
||||
nativeBuildInputs = [ pkg-config ]
|
||||
++ optional (hpnSupport || withGssapiPatches) autoreconfHook
|
||||
++ optional withKerberos pkgs.kerberos.dev;
|
||||
buildInputs = [ zlib openssl libedit pam ]
|
||||
@@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||
# Upstream build system does not support static build, so we fall back
|
||||
# on fragile patching of configure script.
|
||||
#
|
||||
# libedit is found by pkgconfig, but without --static flag, required
|
||||
# libedit is found by pkg-config, but without --static flag, required
|
||||
# to get also transitive dependencies for static linkage, hence sed
|
||||
# expression.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user