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:34:27 -0500 |
commit | d808403bb0bb262f79b4695ab854ab770e05e7aa (patch) | |
tree | 7605ca7d16e3f6a773aa52aea2241d19d8a0c6c3 /Makefile | |
parent | 9a3342a1f8e03672f311eb269e2039cb7a045cde (diff) | |
download | freeipa-asn1c-indented.tar.gz freeipa-asn1c-indented.tar.xz freeipa-asn1c-indented.zip |
Use asn1c helpers to encode/decode the getkeytab controlasn1c-indented
Replaces manual encoding with automatically generated code.
Fixes:
https://fedorahosted.org/freeipa/ticket/4718
https://fedorahosted.org/freeipa/ticket/4728
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 |