1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Description: Don't use internal gctp; link the Debian version.
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2009-12-07
Forwarded: not-needed
Index: hdf-eos5-5.1.16.dfsg.1/Makefile.am
===================================================================
--- hdf-eos5-5.1.16.dfsg.1.orig/Makefile.am
+++ hdf-eos5-5.1.16.dfsg.1/Makefile.am
@@ -17,5 +17,5 @@ else
INCLUDE=
endif
-SUBDIRS=gctp src $(INCLUDE) samples $(TESTDRIVERS)
+SUBDIRS=src $(INCLUDE) samples $(TESTDRIVERS)
Index: hdf-eos5-5.1.16.dfsg.1/config/include.am
===================================================================
--- hdf-eos5-5.1.16.dfsg.1.orig/config/include.am
+++ hdf-eos5-5.1.16.dfsg.1/config/include.am
@@ -4,5 +4,5 @@
## shared definitions.
LIBHDFEOS5=$(top_builddir)/src/libhe5_hdfeos.la
-LIBGCTP=$(top_builddir)/gctp/src/libGctp.la
+LIBGCTP=-lgctp
Index: hdf-eos5-5.1.16.dfsg.1/configure.ac
===================================================================
--- hdf-eos5-5.1.16.dfsg.1.orig/configure.ac
+++ hdf-eos5-5.1.16.dfsg.1/configure.ac
@@ -592,9 +592,6 @@ AM_CONDITIONAL([SZIP_ENCODER_CONDITIONAL
AC_CONFIG_FILES([Makefile
include/Makefile
src/Makefile
- gctp/Makefile
- gctp/include/Makefile
- gctp/src/Makefile
samples/Makefile
hdf-eos5.pc])
|