SmartOS: Fix pkgconfig 0.29 build
This commit is contained in:
parent
e3a036225d
commit
1752268aed
@ -13,7 +13,7 @@ stdenv.mkDerivation (rec {
|
|||||||
buildInputs = stdenv.lib.optional (stdenv.isCygwin || stdenv.isDarwin || stdenv.isSunOS) libiconv;
|
buildInputs = stdenv.lib.optional (stdenv.isCygwin || stdenv.isDarwin || stdenv.isSunOS) libiconv;
|
||||||
|
|
||||||
configureFlags = [ "--with-internal-glib" ]
|
configureFlags = [ "--with-internal-glib" ]
|
||||||
++ stdenv.lib.optional (stdenv.isSunOS) "--with-libiconv=gnu";
|
++ stdenv.lib.optional (stdenv.isSunOS) [ "--with-libiconv=gnu" "--with-system-library-path" "--with-system-include-path" "CFLAGS=-DENABLE_NLS" ];
|
||||||
|
|
||||||
patches = (if vanilla then [] else [
|
patches = (if vanilla then [] else [
|
||||||
# Process Requires.private properly, see
|
# Process Requires.private properly, see
|
||||||
|
Loading…
Reference in New Issue
Block a user