Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314783 Details for
Bug 452212
Review Request: heimdal - Heimdal Kerberos libraries and KDC
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
rebased patch
heimdal-1.2-system-sqlite-fixed.patch (text/plain), 1.58 KB, created by
Alexander Boström
on 2008-08-22 07:48:10 UTC
(
hide
)
Description:
rebased patch
Filename:
MIME Type:
Creator:
Alexander Boström
Created:
2008-08-22 07:48:10 UTC
Size:
1.58 KB
patch
obsolete
>--- ./lib/krb5/scache.c.systemsqlite 2008-05-23 04:36:09.000000000 +0200 >+++ ./lib/krb5/scache.c 2008-08-15 12:59:01.000000000 +0200 >@@ -32,7 +32,7 @@ > */ > > #include "krb5_locl.h" >-#include "sqlite3.h" >+#include <sqlite3.h> > > RCSID("$Id$"); > >--- ./lib/krb5/Makefile.am.systemsqlite 2008-08-15 12:58:49.000000000 +0200 >+++ ./lib/krb5/Makefile.am 2008-08-15 12:59:01.000000000 +0200 >@@ -2,7 +2,7 @@ > > include $(top_srcdir)/Makefile.am.common > >-AM_CPPFLAGS += $(INCLUDE_krb4) $(INCLUDE_hcrypto) -I../com_err -I$(srcdir)/../com_err -I$(srcdir)/../sqlite >+AM_CPPFLAGS += $(INCLUDE_krb4) $(INCLUDE_hcrypto) -I../com_err -I$(srcdir)/../com_err $(sqlite_CFLAGS) > > bin_PROGRAMS = verify_krb5_conf > >@@ -53,7 +53,7 @@ > > libkrb5_la_LIBADD = \ > $(LIB_pkinit) \ >- ../sqlite/libsqlite.la \ >+ $(sqlite_LIBS) \ > $(LIB_com_err) \ > $(LIB_hcrypto) \ > $(top_builddir)/lib/asn1/libasn1.la \ >--- ./lib/Makefile.am.systemsqlite 2008-05-23 04:37:54.000000000 +0200 >+++ ./lib/Makefile.am 2008-08-15 12:59:01.000000000 +0200 >@@ -18,6 +18,6 @@ > dir_hcrypto = hcrypto > endif > >-SUBDIRS = roken vers editline $(dir_com_err) sl wind asn1 sqlite \ >+SUBDIRS = roken vers editline $(dir_com_err) sl wind asn1 \ > $(dir_hcrypto) hx509 krb5 ntlm kafs gssapi hdb kadm5 \ > auth $(dir_45) $(dir_otp) $(dir_dce) >--- ./configure.in.systemsqlite 2008-08-15 12:58:49.000000000 +0200 >+++ ./configure.in 2008-08-15 12:59:01.000000000 +0200 >@@ -104,6 +104,8 @@ > > KRB_PTHREADS > >+PKG_CHECK_MODULES([sqlite], [sqlite3]) >+ > AC_ARG_ENABLE(dce, > AS_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's])) > if test "$enable_dce" = yes; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452212
: 314783