summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-configure
blob: 2f9854a63192656a4a17562046826aa9e950bfa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- configure.orig	2023-06-10 11:48:17 UTC
+++ configure
@@ -16081,7 +16081,7 @@
 fi
         BALSA_WEB_EXTENSIONS="${libdir}/${PACKAGE}"
 
-        CPPFLAGS="$CPPFLAGS -DBALSA_WEB_EXTENSIONS=\\\"$BALSA_WEB_EXTENSIONS\\\""
+        CPPFLAGS="$CPPFLAGS -DBALSA_WEB_EXTENSIONS=\\\"$BALSA_WEB_EXTENSIONS\\\""
         for ac_prog in python-html2text  \
                        html2markdown     \
                        html2markdown.py2 \
@@ -16501,7 +16501,7 @@
   printf %s "(cached) " >&6
 else $as_nop
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lldap -llber -lresolv $LIBS"
+LIBS="-lldap -llber $LIBS"
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
@@ -16534,7 +16534,7 @@
 
 printf "%s\n" "#define ENABLE_LDAP 1" >>confdefs.h
 
-              LIBS="-lldap -llber -lresolv $LIBS"
+              LIBS="-lldap -llber $LIBS"
 else $as_nop
   as_fn_error $? "*** You enabled LDAP but ldap library is not found." "$LINENO" 5
 fi