Author: Alastair McKinstry <mckinstry@debian.org>
Description: Fix to  build shared library correctly on Debian.
Last-Updated: 2012-01-09
Forwarded: no

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@
 
 # Set LDFLAGS to allow the HDF-EOS library to use extern variables from
 # HDF5
-LDFLAGS=-Wl,-single_module
+LDFLAGS+= -shrext .so 
 
 # Build HDF-EOS5
 lib_LTLIBRARIES=libhe5_hdfeos.la
