File: remove-gctp.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 (27 lines) | stat: -rw-r--r-- 711 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
22
23
24
25
26
27
Description: Don't build vendored GCTP; use the Debian version
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2021-09-29
Forwarded: no

--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,6 @@
                 include/Makefile
                 doc/Makefile
                 src/Makefile
-                gctp/Makefile
-                gctp/include/Makefile
-                gctp/src/Makefile
                 samples/Makefile
 		hdf-eos4.pc
                 testdrivers/Makefile
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,6 @@
 
 include $(top_srcdir)/config/include.am
 
-SUBDIRS=include gctp src samples testdrivers doc
+SUBDIRS=include  src samples testdrivers doc
 
 EXTRA_DIST = vs2019