mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
use 0001-oauth2-jwt-Use-int64_t-instead-time_t-for-portabilit.patch instead of fix-oauth2-jwt.c.patch, posted to me by upstream author add fix-libssl_iostream_openssl.patch, also posted by upstream author add prepare() and add autoreconf to it, and add gettext-dev to makedepends, autoreconf need it
15 lines
768 B
Diff
15 lines
768 B
Diff
diff --git a/src/lib-dcrypt/Makefile.am b/src/lib-dcrypt/Makefile.am
|
|
index e9e5116953..718d451c4f 100644
|
|
--- a/src/lib-dcrypt/Makefile.am
|
|
+++ b/src/lib-dcrypt/Makefile.am
|
|
@@ -20,7 +20,8 @@ libdcrypt_la_CFLAGS = $(AM_CPPFLAGS) \
|
|
if BUILD_DCRYPT_OPENSSL
|
|
pkglib_LTLIBRARIES += libdcrypt_openssl.la
|
|
libdcrypt_openssl_la_SOURCES = dcrypt-openssl.c
|
|
-libdcrypt_openssl_la_LDFLAGS = -module -avoid-version ../lib-ssl-iostream/libssl_iostream_openssl.la
|
|
+libdcrypt_openssl_la_LDFLAGS = -module -avoid-version ../lib-ssl-iostream/libssl_iostream.la \
|
|
+ ../lib-ssl-iostream/libssl_iostream_openssl.la
|
|
libdcrypt_openssl_la_LIBADD = $(SSL_LIBS)
|
|
libdcrypt_openssl_la_DEPENDENCIES = ../lib-ssl-iostream/libssl_iostream_openssl.la
|
|
libdcrypt_openssl_la_CFLAGS = $(AM_CPPFLAGS) \
|