mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 04:26:31 +01:00
refactor(guile-gnutls): use default compile/install while preserving static-only outputs
This commit is contained in:
parent
51019e232f
commit
d150b48eef
3 changed files with 43 additions and 18 deletions
|
|
@ -0,0 +1,13 @@
|
|||
--- guile-gnutls-v5.0.1/guile/src/Makefile.am
|
||||
+++ guile-gnutls-v5.0.1/guile/src/Makefile.am
|
||||
@@ -46,6 +46,10 @@ guileextension_LTLIBRARIES = guile-gnutls-v-2.la
|
||||
# <https://lists.gnutls.org/pipermail/gnutls-devel/2014-December/007294.html>.
|
||||
guile_gnutls_v_2_la_LDFLAGS = -module -no-undefined
|
||||
|
||||
+# When this specific libtool target is built directly, force generation of
|
||||
+# Automake built sources (e.g. enums.h) first.
|
||||
+guile-gnutls-v-2.la: $(BUILT_SOURCES)
|
||||
+
|
||||
guile_gnutls_v_2_la_SOURCES = core.c errors.c utils.c
|
||||
guile_gnutls_v_2_la_CFLAGS = \
|
||||
$(AM_CFLAGS) $(GNULIB_CFLAGS) $(GUILE_CFLAGS) $(GNUTLS_CFLAGS)
|
||||
Loading…
Add table
Add a link
Reference in a new issue