diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-12-19 07:44:45 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-19 12:37:21 +0000 |
commit | 18aa08c946b29cb674fc5103f65672d8475ad18e (patch) | |
tree | d42298332992bf085e8de2efa8342b367092064a /community/libreswan/Makefile.inc.local | |
parent | 3f3385cfb78f7ce5fed1e51ee6ce2dfe8c2c2c55 (diff) | |
download | aports-18aa08c946b29cb674fc5103f65672d8475ad18e.tar.bz2 aports-18aa08c946b29cb674fc5103f65672d8475ad18e.tar.xz |
community/libreswan: do not use local copy of CERT_CompareAVA
As lib/libswan/nss_copies.c says:
/*
* The NSS function CERT_CompareAVA() appears in the NSS header files,
* but the library does not actually export the function. This is a copy
* of that function until upstream NSS is fixed and the fix available in
* the common Linux distributions. This workaround is enabled using
* NSS_REQ_AVA_COPY=true
*
* See also:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1336487
* https://bugzilla.mozilla.org/show_bug.cgi?id=294538
*/
So disable the work-around on Alpine since main/nss is new enough. This
is also a build fix for mips* as nss_copies.c expects that libc provides
<sgidefs.h> in the standard location.
Diffstat (limited to 'community/libreswan/Makefile.inc.local')
-rw-r--r-- | community/libreswan/Makefile.inc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/libreswan/Makefile.inc.local b/community/libreswan/Makefile.inc.local index 5be1fb6421..348ca6447b 100644 --- a/community/libreswan/Makefile.inc.local +++ b/community/libreswan/Makefile.inc.local @@ -1,2 +1,3 @@ +NSS_REQ_AVA_COPY=false USE_GLIBC_KERN_FLIP_HEADERS=true USE_LABELED_IPSEC=false |