X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/73ca1783e8c72437ae0f0962e9a793f8853eeec5..9ac18d717148451cbffd83b485d65695416c4f5f:/mkfiles.pl diff --git a/mkfiles.pl b/mkfiles.pl index 3a118ef9..77836b6d 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -935,6 +935,8 @@ if (defined $makefiles{'gtk'}) { "\n". "-include Makefile.local\n". "\n". + "unexport CFLAGS # work around a weird issue with krb5-config\n". + "\n". &splitline("CFLAGS = -O2 -Wall -Werror -g " . (join " ", map {"-I$dirpfx$_"} @srcdirs) . " `\$(GTK_CONFIG) --cflags`").