summaryrefslogtreecommitdiffstats
path: root/krb5-1.9-debuginfo.patch
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-09-19 23:49:29 +0000
committerRobbie Harwood <rharwood@redhat.com>2016-09-19 23:49:31 +0000
commit14f028579db3f19c38efec9e683e4837ddb860b7 (patch)
tree2e148374ec51cdd9486ca1786dd7e8977da7ad82 /krb5-1.9-debuginfo.patch
parent4f5955da728b5fb86fb88f094a11add78ce93aef (diff)
downloadkrb5-14f028579db3f19c38efec9e683e4837ddb860b7.tar.gz
krb5-14f028579db3f19c38efec9e683e4837ddb860b7.tar.xz
krb5-14f028579db3f19c38efec9e683e4837ddb860b7.zip
New upstream release and integrate with external git
Diffstat (limited to 'krb5-1.9-debuginfo.patch')
-rw-r--r--krb5-1.9-debuginfo.patch28
1 files changed, 22 insertions, 6 deletions
diff --git a/krb5-1.9-debuginfo.patch b/krb5-1.9-debuginfo.patch
index ae81f7c..c9c1109 100644
--- a/krb5-1.9-debuginfo.patch
+++ b/krb5-1.9-debuginfo.patch
@@ -1,10 +1,21 @@
+From 3743c3636fd23e62f996b119a1536ecd882a5e80 Mon Sep 17 00:00:00 2001
+From: Robbie Harwood <rharwood@redhat.com>
+Date: Tue, 23 Aug 2016 16:49:25 -0400
+Subject: [PATCH 09/19] krb5-1.9-debuginfo.patch
+
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 | 5 +++++
+ src/plugins/kdb/ldap/ldap_util/Makefile.in | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
---- src/kadmin/cli/Makefile.in
-+++ src/kadmin/cli/Makefile.in
-@@ -43,3 +43,8 @@ clean-unix::
+diff --git a/src/kadmin/cli/Makefile.in b/src/kadmin/cli/Makefile.in
+index 789c597..7e7a148 100644
+--- a/src/kadmin/cli/Makefile.in
++++ b/src/kadmin/cli/Makefile.in
+@@ -37,3 +37,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
@@ -13,9 +24,11 @@ could mess up people working in the tree on other things.
+ $(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
+diff --git a/src/plugins/kdb/ldap/ldap_util/Makefile.in b/src/plugins/kdb/ldap/ldap_util/Makefile.in
+index b9ea339..060f500 100644
+--- a/src/plugins/kdb/ldap/ldap_util/Makefile.in
++++ b/src/plugins/kdb/ldap/ldap_util/Makefile.in
+@@ -20,7 +20,7 @@ $(PROG): $(OBJS) $(KADMSRV_DEPLIBS) $(KRB5_BASE_DEPLIB) $(GETDATE)
getdate.c: $(GETDATE)
$(RM) getdate.c y.tab.c
$(YACC) $(GETDATE)
@@ -24,3 +37,6 @@ could mess up people working in the tree on other things.
install::
$(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(ADMIN_BINDIR)/$(PROG)
+--
+2.9.3
+