summaryrefslogtreecommitdiffstats
path: root/krb5-1.9-debuginfo.patch
diff options
context:
space:
mode:
authorRobbie Harwood (frozencemetery) <rharwood@redhat.com>2015-09-23 19:43:55 +0000
committerRobbie Harwood (frozencemetery) <rharwood@redhat.com>2015-09-24 17:57:53 +0000
commit11389918936e78505288c4f1164ea2be933150d5 (patch)
tree3c79d519cb6e235292bd56d8af1db472b442688c /krb5-1.9-debuginfo.patch
parenta328acab1bac263ca71b0399342fd4c79f294f87 (diff)
downloadkrb5-11389918936e78505288c4f1164ea2be933150d5.tar.gz
krb5-11389918936e78505288c4f1164ea2be933150d5.tar.xz
krb5-11389918936e78505288c4f1164ea2be933150d5.zip
New upstream version: krb5-1.14-alpha1
Drop patches that have since been applied. Create new patches as needed.
Diffstat (limited to 'krb5-1.9-debuginfo.patch')
-rw-r--r--krb5-1.9-debuginfo.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/krb5-1.9-debuginfo.patch b/krb5-1.9-debuginfo.patch
deleted file mode 100644
index ae81f7c..0000000
--- a/krb5-1.9-debuginfo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-We want to keep these y.tab.c files around because the debuginfo points to
-them. It would be more elegant at the end to use symbolic links, but that
-could mess up people working in the tree on other things.
-
---- src/kadmin/cli/Makefile.in
-+++ src/kadmin/cli/Makefile.in
-@@ -43,3 +43,8 @@ clean-unix::
- # CC_LINK is not meant for compilation and this use may break in the future.
- datetest: getdate.c
- $(CC_LINK) $(ALL_CFLAGS) -DTEST -o datetest getdate.c
-+
-+%.c: %.y
-+ $(RM) y.tab.c $@
-+ $(YACC.y) $<
-+ $(CP) y.tab.c $@
---- src/plugins/kdb/ldap/ldap_util/Makefile.in
-+++ src/plugins/kdb/ldap/ldap_util/Makefile.in
-@@ -22,7 +22,7 @@ $(PROG): $(OBJS) $(KADMSRV_DEPLIBS) $(KR
- getdate.c: $(GETDATE)
- $(RM) getdate.c y.tab.c
- $(YACC) $(GETDATE)
-- $(MV) y.tab.c getdate.c
-+ $(CP) y.tab.c getdate.c
-
- install::
- $(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(ADMIN_BINDIR)/$(PROG)