summarylogtreecommitdiffstats
path: root/gq-1.3.4-dso.patch
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2018-01-06 21:54:19 +0100
committerBartłomiej Piotrowski2018-01-06 21:54:19 +0100
commit3446c635b7cab509efa1d3456776e1a58fef4685 (patch)
treee1d41edece5c059a9bcaa504db0a2c1e3f32d0a7 /gq-1.3.4-dso.patch
downloadaur-3446c635b7cab509efa1d3456776e1a58fef4685.tar.gz
Import from official repositories
Diffstat (limited to 'gq-1.3.4-dso.patch')
-rw-r--r--gq-1.3.4-dso.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gq-1.3.4-dso.patch b/gq-1.3.4-dso.patch
new file mode 100644
index 000000000000..0f23d52410da
--- /dev/null
+++ b/gq-1.3.4-dso.patch
@@ -0,0 +1,12 @@
+diff -up gq-1.3.4/configure~ gq-1.3.4/configure
+--- gq-1.3.4/configure~ 2010-02-11 22:47:33.000000000 +0100
++++ gq-1.3.4/configure 2010-02-11 22:49:41.189235801 +0100
+@@ -6494,7 +6494,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
+