summaryrefslogtreecommitdiff
path: root/sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2022-02-21 15:36:30 +0100
committerOlivier Cochard <olivier@FreeBSD.org>2022-02-21 15:46:56 +0100
commit324e6d691a08da44dcfec794a1b559d0fc88f40c (patch)
tree9e488fd2ec5ba4b3449c47762e0d361933abd39a /sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am
parentwww/lua-resty-http: New port (diff)
sysutils/mstflint: Update to 4.18.0-1
Reported by: hselasky Sponsored by: Netflix
Diffstat (limited to 'sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am')
-rw-r--r--sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am17
1 files changed, 5 insertions, 12 deletions
diff --git a/sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am b/sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am
index e797e8d9ee5d..2a953c64007d 100644
--- a/sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am
+++ b/sysutils/mstflint/files/extrat-patch-mlxarchive_Makefile.am
@@ -1,6 +1,6 @@
---- mlxarchive/Makefile.am.orig 2020-01-05 16:50:06.000000000 +0100
-+++ mlxarchive/Makefile.am 2020-01-09 14:15:21.405697000 +0100
-@@ -20,8 +20,6 @@ DEV_MGT_DIR = $(USER_DIR)/dev_mgt
+--- mlxarchive/Makefile.am.orig 2021-11-30 12:55:03.000000000 +0100
++++ mlxarchive/Makefile.am 2022-02-21 15:13:48.562527000 +0100
+@@ -40,8 +40,6 @@ DEV_MGT_DIR = $(USER_DIR)/dev_mgt
TOOLS_CRYPTO_DIR = $(USER_DIR)/tools_crypto
CMDIF_DIR = $(USER_DIR)/cmdif
@@ -9,16 +9,9 @@
INCLUDES = $(JSON_CFLAGS) -I. \
-I$(USER_DIR) -I$(USER_DIR)/libmfa \
-I$(MTCR_DIR) -I$(USER_DIR)/include/mtcr_ul \
-@@ -64,13 +62,13 @@ mstarchive_LDADD = libmstarchive.a\
- $(USER_DIR)/xz_utils/libxz_utils.a\
- $(USER_DIR)/ext_libs/minixz/libminixz.a\
- $(USER_DIR)/xz_utils/libxz_utils.a \
-- $(CURL_LIBS)\
- -lboost_regex -lboost_filesystem -lboost_system \
- -llzma -lm $(LIBSTD_CPP) ${LDL}
-
+@@ -91,6 +89,7 @@ mstarchive_LDADD = libmstarchive.a\
if ENABLE_OPENSSL
- mstarchive_LDADD += $(top_srcdir)/mlxsign_lib/libmlxsign.a -lcrypto
+ mstarchive_LDADD += $(top_srcdir)/mlxsign_lib/libmlxsign.a -lcrypto -lssl
else
+AM_CXXFLAGS += -DNO_OPEN_SSL
endif