X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fopenldap%2Ffiles%2F0010-openldap-ai-addrconfig.patch;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-support%2Fopenldap%2Ffiles%2F0010-openldap-ai-addrconfig.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=86cda4d22276ee10f7edd8dc8ffee7af4f8f6ee4;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-support/openldap/files/0010-openldap-ai-addrconfig.patch b/meta-starlingx/meta-stx-integ/recipes-support/openldap/files/0010-openldap-ai-addrconfig.patch deleted file mode 100644 index 86cda4d..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-support/openldap/files/0010-openldap-ai-addrconfig.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 6fcc222021258cf00cef05bdc487c614c33ab371 Mon Sep 17 00:00:00 2001 -From: babak sarashki -Date: Sun, 3 Nov 2019 14:44:05 -0800 -Subject: [PATCH 10/20] openldap ai addrconfig - -From stx 1901: openldap-ai-addrconfig.patch -use AI_ADDRCONFIG if defined in the environment - -Author: Jan Vcelak -Upstream ITS: #7326 -Resolves: #835013 ---- - libraries/libldap/os-ip.c | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/libraries/libldap/os-ip.c b/libraries/libldap/os-ip.c -index 623dfad..0618900 100644 ---- a/libraries/libldap/os-ip.c -+++ b/libraries/libldap/os-ip.c -@@ -594,8 +594,7 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb, - - #if defined( HAVE_GETADDRINFO ) && defined( HAVE_INET_NTOP ) - memset( &hints, '\0', sizeof(hints) ); --#ifdef USE_AI_ADDRCONFIG /* FIXME: configure test needed */ -- /* Use AI_ADDRCONFIG only on systems where its known to be needed. */ -+#ifdef AI_ADDRCONFIG - hints.ai_flags = AI_ADDRCONFIG; - #endif - hints.ai_family = ldap_int_inet4or6; --- -2.17.1 -