URL: https://github.com/SSSD/sssd/pull/192
Title: #192: Add certificate mapping library

lslebodn commented:
"""
On (21/03/17 08:59), Jakub Hrozek wrote:
>jhrozek commented on this pull request.
>> +    src/util/crypto/nss/nss_base64.c \
>+    src/util/cert/nss/cert.c \
>+    src/util/crypto/nss/nss_util.c \
>+    $(NULL)
>+libsss_certmap_la_CFLAGS = \
>+    $(AM_CFLAGS) \
>+    $(TALLOC_CFLAGS) \
>+    $(NSS_CFLAGS) \
>+    $(NULL)
>+libsss_certmap_la_LIBADD = \
>+    $(TALLOC_LIBS) \
>+    $(NSS_LIBS) \
>+    $(NULL)
>+libsss_certmap_la_LDFLAGS = \
>+    -Wl,--version-script,$(srcdir)/src/lib/certmap/sss_certmap.exports \
>+    -version-info 0:0:0
>
>Is this a valid version or a placeholder until the API is stable? Would it 
>make sense to add a ticket to increase the version info if it's supposed to be 
>bumped later?
>

I think it is valid. And many libraries has version 0.0.0
check yourself :-)

   ls -l /usr/lib64/lib*.0.0.0

LS

"""

See the full comment at 
https://github.com/SSSD/sssd/pull/192#issuecomment-288128557
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to