Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / openldap / files / 0003-Removes-unnecessary-linking-of-SQL-Libs-into-slad.patch
1 From 15b7c5ebcbb607cd2edc2119dfefd16b41cddc21 Mon Sep 17 00:00:00 2001
2 From: babak sarashki <babak.sarashki@windriver.com>
3 Date: Sun, 3 Nov 2019 14:32:09 -0800
4 Subject: [PATCH 03/20] Removes unnecessary linking of SQL Libs into slad.
5
6 This makes openldap-servers package independent of libodbc (SQL
7 backend is packaged separately in openldap-servers-sql.)
8
9 From STX openldap-sql-linking.patch
10 ---
11  build/top.mk | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/build/top.mk b/build/top.mk
15 index 3b9e202..4364187 100644
16 --- a/build/top.mk
17 +++ b/build/top.mk
18 @@ -201,7 +201,7 @@ SLAPD_SQL_LDFLAGS = @SLAPD_SQL_LDFLAGS@
19  SLAPD_SQL_INCLUDES = @SLAPD_SQL_INCLUDES@
20  SLAPD_SQL_LIBS = @SLAPD_SQL_LIBS@
21  
22 -SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ $(ICU_LIBS)
23 +SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ $(ICU_LIBS)
24  
25  # Our Defaults
26  CC = $(AC_CC)
27 -- 
28 2.17.1
29