|
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
|
|
#
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
# Please add additional copyright information _after_ the line containing
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
|
|
#
|
|
# ROCK Linux: rock-src/package/tsa/cyrus-sasl2/sasl2_includes.patch
|
|
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
|
|
#
|
|
# 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.
|
|
#
|
|
# --- ROCK-COPYRIGHT-NOTE-END ---
|
|
|
|
diff -Nur cyrus-sasl-2.1.17.orig/include/Makefile.in cyrus-sasl-2.1.17/include/Makefile.in
|
|
--- cyrus-sasl-2.1.17.orig/include/Makefile.in 2003-12-01 17:35:06.000000000 +0100
|
|
+++ cyrus-sasl-2.1.17/include/Makefile.in 2004-01-13 22:03:41.000000000 +0100
|
|
@@ -226,7 +226,7 @@
|
|
|
|
noinst_HEADERS = gai.h exits.h
|
|
|
|
-saslincludedir = $(includedir)/sasl
|
|
+saslincludedir = $(includedir)
|
|
saslinclude_HEADERS = hmac-md5.h md5.h md5global.h sasl.h saslplug.h saslutil.h prop.h
|
|
|
|
noinst_PROGRAMS = makemd5
|
|
diff -Nur cyrus-sasl-2.1.17.orig/utils/Makefile.in cyrus-sasl-2.1.17/utils/Makefile.in
|
|
--- cyrus-sasl-2.1.17.orig/utils/Makefile.in 2003-12-01 17:35:08.000000000 +0100
|
|
+++ cyrus-sasl-2.1.17/utils/Makefile.in 2004-01-13 22:05:19.000000000 +0100
|
|
@@ -253,7 +253,7 @@
|
|
smtptest_DEPENDENCIES = ./smtptest.lo ./libsfsasl2.la
|
|
smtptest_LDADD = ./smtptest.lo ./libsfsasl2.la @SFIO_LIB_FLAGS@ @DMALLOC_LIBS@ $(all_sasl_libs)
|
|
|
|
-saslincludedir = $(includedir)/sasl
|
|
+saslincludedir = $(includedir)
|
|
|
|
saslinclude_HEADERS = @SASL_UTIL_HEADERS_EXTRA@
|
|
EXTRA_HEADERS = sfsasl.h
|