Browse Source

Fixed typo in heimdal parse-config

early
Christian Wiese 17 years ago
parent
commit
786fbac114
  1. 4
      security/heimdal/parse-config

4
security/heimdal/parse-config

@ -3,7 +3,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../heimdal/parse-config
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -65,7 +65,7 @@ if pkginstalled -f heimdal; then
KRB5LIBS="`krb5-config --libs gssapi` -lhdb -lkadm5clnt -lkadm5srv"
KRB5CFLAGS=`krb5-config --cflags gssapi`
var_append CPP_wRAPPER_APPEND ' ' "$KRB5CFLAGS"
var_append CPP_WRAPPER_APPEND ' ' "$KRB5CFLAGS"
for x in CXX GCC; do
var_append ${x}_WRAPPER_APPEND ' ' "$KRB5CFLAGS"

Loading…
Cancel
Save