summaryrefslogtreecommitdiff
path: root/geomyidae-git/geomyidae-libressl.patch
diff options
context:
space:
mode:
authorDeposite Pirate2021-03-13 08:13:44 +0100
committerDeposite Pirate2021-03-13 08:13:44 +0100
commitd37089c7e883853ac9e1b9b6b0a0059cc5994f86 (patch)
tree134a265404f0b8b98b53de25335f75d0c4ad2cd5 /geomyidae-git/geomyidae-libressl.patch
parent78478d15a0b60e4c8fead55fe7a1dbc73263b4c7 (diff)
* Update geomyidae to latest changes
* Fix service file modified: geomyidae-git/.SRCINFO modified: geomyidae-git/PKGBUILD new file: geomyidae-git/geomyidae-libressl.patch modified: geomyidae-git/service
Diffstat (limited to 'geomyidae-git/geomyidae-libressl.patch')
-rw-r--r--geomyidae-git/geomyidae-libressl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/geomyidae-git/geomyidae-libressl.patch b/geomyidae-git/geomyidae-libressl.patch
new file mode 100644
index 0000000..e40543a
--- /dev/null
+++ b/geomyidae-git/geomyidae-libressl.patch
@@ -0,0 +1,15 @@
+diff -u -r -N geomyidae-orig/Makefile geomyidae-arch-libressl/Makefile
+--- geomyidae-orig/Makefile 2021-03-13 07:54:15.387185713 +0100
++++ geomyidae-arch-libressl/Makefile 2021-03-13 07:55:31.239586207 +0100
+@@ -10,9 +10,9 @@
+ MANDIR = ${PREFIX}/share/man/man8
+
+ # Comment to disable TLS support
+-TLS_CFLAGS = -DENABLE_TLS
++TLS_CFLAGS = -DENABLE_TLS -I/usr/include/libressl
+ # libtls is provided using for example LibreSSL.
+-TLS_LDFLAGS = -ltls
++TLS_LDFLAGS = -L/usr/lib/libressl -Wl,-rpath=/usr/lib/libressl -ltls
+
+ GEOM_CFLAGS = -D_DEFAULT_SOURCE -I. -I/usr/include ${TLS_CFLAGS} ${CFLAGS}
+ GEOM_LDFLAGS = -L/usr/lib -L. ${TLS_LDFLAGS} ${LDFLAGS}