gcc: preserve CXXFLAGS_FOR_TARGET
[buildroot-gz.git] / package / heimdal / 0001-vendor.patch
blob1ccd629b695580bb7c0ea9a2f6faf84cfab21688
1 Add --vendor option to krb5-config, required by samba 4.
2 Status: Backport from upstream git.
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6 diff -Nura heimdal-1.5.3.orig/tools/krb5-config.in heimdal-1.5.3.vendor/tools/krb5-config.in
7 --- heimdal-1.5.3.orig/tools/krb5-config.in 2012-12-09 19:06:44.000000000 -0300
8 +++ heimdal-1.5.3.vendor/tools/krb5-config.in 2013-12-18 15:49:45.283986300 -0300
9 @@ -50,6 +50,10 @@
10 do_usage=yes
11 usage_exit=0
13 + --vendor)
14 + echo "Heimdal";
15 + exit 0
16 + ;;
17 --version)
18 echo "@PACKAGE@ @VERSION@"
19 exit 0