mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-05 16:01:42 +01:00
* upgrade to 6.2.0 * use openjdk8 for 32bit arches * take over maintainership * fixes #12252 * fixes #12480
13 lines
315 B
Diff
13 lines
315 B
Diff
add LIBADD for compilation with alpine
|
|
|
|
--- 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)
|
|
|