summaryrefslogtreecommitdiffstats
path: root/network/gq/gcc.patch
blob: 4e6da28e6547f2ead258b60bcc3bbb4594272f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: gq-1.2.3/configure
===================================================================
--- gq-1.2.3.orig/configure
+++ gq-1.2.3/configure
@@ -6167,7 +6167,7 @@ if test "${ac_cv_lib_ssl_SSL_new+set}" =
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lssl  $LIBS"
+LIBS="`pkg-config --libs openssl` $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -6223,7 +6223,7 @@ fi
 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5
 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6; }
 if test $ac_cv_lib_ssl_SSL_new = yes; then
-  LIBS="-lssl $LIBS"
+  LIBS="`pkg-config --libs openssl` $LIBS"
 
 fi