Browse Source

Fixed heimdal to find ldap headers

early
Christian Wiese 17 years ago
parent
commit
72a28f55f8
  1. 27
      security/heimdal/hdb-ldap-cflags.patch

27
security/heimdal/hdb-ldap-cflags.patch

@ -0,0 +1,27 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../heimdal/hdb-ldap-cflags.patch
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- heimdal-1.1/lib/hdb/Makefile.in.orig 2008-03-10 19:15:31.000000000 +0200
+++ heimdal-1.1/lib/hdb/Makefile.in 2008-03-10 19:21:34.000000000 +0200
@@ -368,7 +368,7 @@
AM_CPPFLAGS = -I$(top_builddir)/include $(INCLUDES_roken) -I../asn1 \
-I$(srcdir)/../asn1 $(INCLUDE_hcrypto) $(INCLUDE_openldap)
@do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
-AM_CFLAGS = $(WFLAGS)
+AM_CFLAGS = $(WFLAGS) $(INCLUDE_openldap)
CP = cp
buildinclude = $(top_builddir)/include
LIB_getattr = @LIB_getattr@
Loading…
Cancel
Save