diff options
| author | Simo Sorce <simo@redhat.com> | 2014-11-17 15:19:57 -0500 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2014-11-20 10:52:13 -0500 |
| commit | b1a30bff04fe9763b8b270590ec37084fd19b4e0 (patch) | |
| tree | 4e42782080c991d02e4c75a81ccec48228f013de /Makefile | |
| parent | c6afc489a1c9d86fd593bd47c4a8dae6d9a008d2 (diff) | |
| download | freeipa-b1a30bff04fe9763b8b270590ec37084fd19b4e0.tar.gz freeipa-b1a30bff04fe9763b8b270590ec37084fd19b4e0.tar.xz freeipa-b1a30bff04fe9763b8b270590ec37084fd19b4e0.zip | |
Use asn1c helpers to encode/decode the getkeytab control
Replaces manual encoding with automatically generated code.
Fixes:
https://fedorahosted.org/freeipa/ticket/4718
https://fedorahosted.org/freeipa/ticket/4728
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ client: client-autogen bootstrap-autogen: version-update client-autogen @echo "Building IPA $(IPA_VERSION)" + cd asn1; if [ ! -e Makefile ]; then ../autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR); fi cd daemons; if [ ! -e Makefile ]; then ../autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR) --with-openldap; fi cd install; if [ ! -e Makefile ]; then ../autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR); fi |
