PKGNAME=cjose
PKGSEC=libs
PKGDEP="jansson openssl"
PKGDES="C/C++ implementation of Javascript Object Signing and Encryption (JOSE)"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    # FIXME: Specifying either will cause the following error:
    #
    # ../libtool: line 7892: cd: yes/lib: No such file or directory
    # libtool:   error: cannot determine absolute directory name of 'yes/lib'
    #
    #'--with-jansson'
    #'--with-openssl'
    '--without-rsapkcs1_5'
)
