You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.7 KiB
40 lines
1.7 KiB
14 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../heimdal/heimdal-1.3.3-no-applications.patch
|
||
|
# Copyright (C) 2010 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 ---
|
||
|
|
||
|
Description: Do not build/install all the "kerberized" applications that
|
||
|
are shipped with heimdal
|
||
|
|
||
|
--- heimdal-1.3.3/Makefile.in.orig 2010-09-27 18:10:43.492859163 +0200
|
||
|
+++ heimdal-1.3.3/Makefile.in 2010-09-27 18:11:01.525871050 +0200
|
||
|
@@ -113,7 +113,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGE
|
||
|
distdir dist dist-all distcheck
|
||
|
ETAGS = etags
|
||
|
CTAGS = ctags
|
||
|
-DIST_SUBDIRS = include lib kuser kdc admin kadmin kpasswd kcm appl doc \
|
||
|
+DIST_SUBDIRS = include lib kuser kdc admin kadmin kpasswd kcm doc \
|
||
|
tools tests packages etc po
|
||
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||
|
distdir = $(PACKAGE)-$(VERSION)
|
||
|
@@ -385,7 +385,7 @@ LIB_kafs = $(top_builddir)/lib/kafs/libk
|
||
|
@KRB5_TRUE@LIB_tsasl = $(top_builddir)/lib/tsasl/libtsasl.la
|
||
|
@DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
|
||
|
@KCM_TRUE@kcm_dir = kcm
|
||
|
-SUBDIRS = include lib kuser kdc admin kadmin kpasswd $(kcm_dir) appl \
|
||
|
+SUBDIRS = include lib kuser kdc admin kadmin kpasswd $(kcm_dir) \
|
||
|
doc tools tests packages etc po
|
||
|
ACLOCAL_AMFLAGS = -I cf
|
||
|
EXTRA_DIST = \
|