all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 219729650bf1d69d6d7204262aad35d4d14e07b4 884 bytes (raw)
name: gnu/packages/patches/hdf-eos2-build-shared.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
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@


debug log:

solving 2197296 ...
found 2197296 in https://yhetil.org/guix/20161013.111256.2080367666653045286.post@thomasdanckaert.be/

applying [1/1] https://yhetil.org/guix/20161013.111256.2080367666653045286.post@thomasdanckaert.be/
diff --git a/gnu/packages/patches/hdf-eos2-build-shared.patch b/gnu/packages/patches/hdf-eos2-build-shared.patch
new file mode 100644
index 0000000..2197296

1:12: space before tab in indent.
 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
1:13: space before tab in indent.
 	$(AM_CFLAGS) $(CFLAGS)
1:17: space before tab in indent.
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
1:23: trailing whitespace.
 
Checking patch gnu/packages/patches/hdf-eos2-build-shared.patch...
1:29: new blank line at EOF.
+
Applied patch gnu/packages/patches/hdf-eos2-build-shared.patch cleanly.
warning: 5 lines add whitespace errors.

index at:
100644 219729650bf1d69d6d7204262aad35d4d14e07b4	gnu/packages/patches/hdf-eos2-build-shared.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.