File: libtool_fixes.patch

package info (click to toggle)
hdf-eos4 3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,960 kB
  • sloc: ansic: 43,570; sh: 11,324; fortran: 9,649; makefile: 261
file content (21 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Remove -rpath from libtool garbage.
#  AMcK, 2009-05-23
--- a/config/include.am
+++ b/config/include.am
@@ -6,5 +6,5 @@
 ACLOCAL_AMFLAGS="-Im4"
 
 LIBHDFEOS2=$(top_builddir)/src/libhdfeos.la
-LIBGCTP=$(top_builddir)/gctp/src/libGctp.la
+LIBGCTP= -lgctp
 
--- a/testdrivers/Makefile.in
+++ b/testdrivers/Makefile.in
@@ -338,6 +338,7 @@
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
 
 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh