diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:25:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:25:49 +0200 |
commit | 98f9bb8c34249fa044e667c2a40397fb67ce2e06 (patch) | |
tree | d74628c9bee675099cc845e63e37ce6136d82ce5 /package/heimdal/patches/patch-lib_hx509_Makefile_in | |
parent | 0e548a37b95db76cae576d7c8d04ddd59dea8b58 (diff) |
update heimdal to latest upstream, not fully ready
Diffstat (limited to 'package/heimdal/patches/patch-lib_hx509_Makefile_in')
-rw-r--r-- | package/heimdal/patches/patch-lib_hx509_Makefile_in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/package/heimdal/patches/patch-lib_hx509_Makefile_in b/package/heimdal/patches/patch-lib_hx509_Makefile_in deleted file mode 100644 index 7cb6847e3..000000000 --- a/package/heimdal/patches/patch-lib_hx509_Makefile_in +++ /dev/null @@ -1,38 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- heimdal-1.2.1.orig/lib/hx509/Makefile.in 2008-07-28 14:05:32.000000000 +0200 -+++ heimdal-1.2.1/lib/hx509/Makefile.in 2009-01-02 22:22:25.000000000 +0100 -@@ -527,7 +527,7 @@ libhx509_la_LIBADD = \ - - libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_hcrypto) - nodist_libhx509_la_SOURCES = $(BUILT_SOURCES) --asn1_compile = ../asn1/asn1_compile$(EXEEXT) -+asn1_compile = asn1_compile$(EXEEXT) - dist_include_HEADERS = hx509.h hx509-protos.h - nodist_include_HEADERS = hx509_err.h - SLC = $(top_builddir)/lib/sl/slc -@@ -1781,13 +1781,13 @@ $(gen_files_ocsp) ocsp_asn1.h: ocsp_asn1 - $(gen_files_pkcs10) pkcs10_asn1.h: pkcs10_asn1_files - $(gen_files_crmf) crmf_asn1.h: crmf_asn1_files - --ocsp_asn1_files: $(asn1_compile) $(srcdir)/ocsp.asn1 -+ocsp_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1 - $(asn1_compile) --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1) - --pkcs10_asn1_files: $(asn1_compile) $(srcdir)/pkcs10.asn1 -+pkcs10_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/pkcs10.asn1 - $(asn1_compile) --preserve-binary=CertificationRequestInfo $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1) - --crmf_asn1_files: $(asn1_compile) $(srcdir)/crmf.asn1 -+crmf_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1 - $(asn1_compile) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1) - - $(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h $(srcdir)/hx_locl.h -@@ -1799,7 +1799,7 @@ $(srcdir)/hx509-private.h: - cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p hx509-private.h $(dist_libhx509_la_SOURCES) || rm -f hx509-private.h - - hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC) -- $(SLC) $(srcdir)/hxtool-commands.in -+ slc $(srcdir)/hxtool-commands.in - - $(hxtool_OBJECTS): hxtool-commands.h - |