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@ stomized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/erlang.scm
AgeCommit message (Expand)Author
2018-08-16gnu: erlang: Update to 21.0.5....Tobias Geerinckx-Rice
2018-08-16gnu: Use ©....Tobias Geerinckx-Rice
2018-08-16gnu: erlang: Don't use unstable tarball....Tobias Geerinckx-Rice
2018-07-17gnu: erlang: Update to 21.0....Nils Gillmann
2018-06-12gnu: erlang: Patch occurrences of /bin/sh in the source....Christopher Baines
2018-06-12gnu: erlang: Delete the bootstrap phase....Christopher Baines
2018-02-19gnu: erlang: Use HTTPS home page....Tobias Geerinckx-Rice
2018-02-16gnu: erlang: Update phase style....Tobias Geerinckx-Rice
2018-02-16gnu: erlang: Update to 20.2.3....Tobias Geerinckx-Rice
2017-12-13gnu: Erlang: Update to 20.1.7 [fixes CVE-2017-1000385]....Leo Famulari
2017-12-04gnu: erlang: Update to 20.1....nee
2017-10-20gnu: Fix the hashes of mutated GitHub archives....Maxim Cournoyer
2017-09-04gnu: Put autoconf-related phases immediately after the 'unpack phase....Kei Kebreau
2017-07-31gnu: erlang: Update to 20.0....Peter Mikkelsen
2017-07-29gnu: erlang: Fix man-pages search path of 'erl -man'....Peter Mikkelsen