Changes necessary for shared library linking to succeed. diff --git a/src/Makefile.in b/src/Makefile.in index 9534473..12411bf 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -73,7 +73,7 @@ LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ +LINK = HDF4_USE_SHLIB=yes $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libhdfeos_la_SOURCES) DIST_SOURCES = $(libhdfeos_la_SOURCES) @@ -125,8 +125,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -# Set LDFLAGS to alow the HDF-EOS library to use extern variables from HDF4 -LDFLAGS = -Wl,-single_module LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ed.scm
AgeCommit message (Expand)Author
2022-03-23gnu: ed: Use cc-for-target....* gnu/packages/ed.scm (ed)[arguments]: Replace hardcoded gcc with cc-for-target. Efraim Flashner
2022-03-23gnu: ed: Update to 1.18....* gnu/packages/ed.scm (ed): Update to 1.18. [arguments]: Remove trailing #t. Efraim Flashner
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-01-15gnu: ed: Update to 1.17....* gnu/packages/ed.scm (ed): Update to 1.17. Ludovic Courtès
2020-03-05gnu: ed: Update to 1.16....* gnu/packages/ed.scm (ed): Update to 1.16. Marius Bakke
2019-01-07gnu: ed: Update to 1.15....* gnu/packages/ed.scm (ed): Update to 1.15. Efraim Flashner