summaryrefslogtreecommitdiffstats
path: root/network/gq/gcc-4.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'network/gq/gcc-4.7.patch')
-rw-r--r--network/gq/gcc-4.7.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/network/gq/gcc-4.7.patch b/network/gq/gcc-4.7.patch
new file mode 100644
index 0000000000..4e6da28e65
--- /dev/null
+++ b/network/gq/gcc-4.7.patch
@@ -0,0 +1,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
+