Browse Source

heimdal: fixed to also patch toplevel Makefile.am to not install kerberized applications

user/chris/toolchain/0.3
Christian Wiese 12 years ago
parent
commit
53bc361604
  1. 13
      security/heimdal/heimdal-1.3.3-no-applications.patch

13
security/heimdal/heimdal-1.3.3-no-applications.patch

@ -2,7 +2,7 @@
# 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
# Copyright (C) 2010 - 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -16,7 +16,18 @@
Description: Do not build/install all the "kerberized" applications that
are shipped with heimdal
--- heimdal-1.3.3/Makefile.am.orig 2012-07-23 22:19:34.342211460 +0200
+++ heimdal-1.3.3/Makefile.am 2012-07-23 22:19:54.364661544 +0200
@@ -7,7 +7,7 @@
endif
SUBDIRS= include lib kuser kdc admin kadmin kpasswd
-SUBDIRS+= $(kcm_dir) appl doc tools tests packages etc po
+SUBDIRS+= $(kcm_dir) doc tools tests packages etc po
## ACLOCAL = @ACLOCAL@ -I cf
ACLOCAL_AMFLAGS = -I cf
--- 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

Loading…
Cancel
Save