mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-21 18:25:41 +03:00
10 lines
275 B
Diff
10 lines
275 B
Diff
--- a/libinterp/corefcn/module.mk
|
|
+++ b/libinterp/corefcn/module.mk
|
|
@@ -318,6 +318,7 @@
|
|
$(HDF5_CPPFLAGS) \
|
|
$(LLVM_CPPFLAGS) \
|
|
$(Z_CPPFLAGS)
|
|
+libinterp_corefcn_libcorefcn_la_LIBADD = $(Z_LIBS)
|
|
|
|
libinterp_corefcn_libcorefcn_la_CFLAGS = $(AM_CFLAGS) $(WARN_CFLAGS)
|
|
|