aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-06 08:02:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-06 08:02:33 +0800
commit64c201dff22bb74066debb18826ab5b176750e22 (patch)
tree1bbbe52fe349f1d48c687791b5ac04c4943a4ac2
parentf7589488e0022f45b1ed057c31e1f8216309f31d (diff)
downloadgsoc2013-evolution-64c201dff22bb74066debb18826ab5b176750e22.tar.gz
gsoc2013-evolution-64c201dff22bb74066debb18826ab5b176750e22.tar.zst
gsoc2013-evolution-64c201dff22bb74066debb18826ab5b176750e22.zip
Fix kerberos include paths.
2003-03-05 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Fix kerberos include paths. svn path=/trunk/; revision=20184
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c0aaf9d9dd..1e8fcf62a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-05 Jeffrey Stedfast <fejj@ximian.com>
+
+ * configure.in: Fix kerberos include paths.
+
2003-03-05 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Update version number to 1.3.1.99.
diff --git a/configure.in b/configure.in
index 0fb92d48dd..c4731081bd 100644
--- a/configure.in
+++ b/configure.in
@@ -608,7 +608,7 @@ if test "$x{with_krb5}" != "xno"; then
AC_DEFINE(HAVE_HEIMDAL_KRB5,1,[Define if you have Heimdal])
msg_krb5="yes (Heimdal)"
fi
- KRB5_CFLAGS="-I$with_krb5/include/krb5"
+ KRB5_CFLAGS="-I$with_krb5/include"
KRB5_LDFLAGS="-L$with_krb5/lib $ac_cv_lib_kerberos5"
fi
else
@@ -1047,8 +1047,8 @@ AC_SUBST(GNOME_FULL_LIBS)
dnl --- Flags for the various libraries we build
EVO_SET_COMPILE_FLAGS(CAMEL, glib-2.0 gal-2.0 >= $GAL_VERSION $mozilla_nss,
- $THREADS_CFLAGS $KRB4_CFLAGS $MANUAL_NSS_CFLAGS $OPENSSL_CFLAGS,
- $THREADS_LIBS $KRB4_LDFLAGS $MANUAL_NSS_LIBS $OPENSSL_LDFLAGS)
+ $THREADS_CFLAGS $KRB4_CFLAGS $KRB5_CFLAGS $MANUAL_NSS_CFLAGS $OPENSSL_CFLAGS,
+ $THREADS_LIBS $KRB4_LDFLAGS $KRB5_LDFLAGS $MANUAL_NSS_LIBS $OPENSSL_LDFLAGS)
AC_SUBST(CAMEL_CFLAGS)
AC_SUBST(CAMEL_LIBS)
class='commitgraph'>* deskutils/syncthing-gtk: update to 0.9.4.2Steve Wills2018-10-312-5/+5 | * deskutils/syncthing-gtk: update to 0.9.4.1Steve Wills2018-09-222-4/+4 | * Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-211-3/+3 | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight * deskutils/syncthing-gtk: update to 0.9.4Steve Wills2018-06-202-5/+4 | * deskutils/syncthing-gtk: add dep on libappindicatorSteve Wills2018-05-051-0/+2 | | | | This allows the icon to show up in KDE 5 * deskutils/syncthing-gtk: Update to 0.9.3.1Steve Wills2018-03-222-4/+4 | * deskutils/syncthing-gtk: update to version 0.9.2.7Steve Wills2018-01-132-10/+17 | | | | | Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> Differential Revision: https://reviews.FreeBSD.org/D13850 * Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 * deskutils/syncthing-gtk: update to 0.9.2.6Steve Wills2017-10-182-4/+4 | * deskutils/syncthing-gtk: Update to 0.9.2.5Steve Wills2017-08-13