]> git.pld-linux.org Git - packages/gdal.git/blame - gdal_tirpcinc.patch
- release 5 (by relup.sh)
[packages/gdal.git] / gdal_tirpcinc.patch
CommitLineData
2fa5c055
JP
1diff -rupN --no-dereference gdal-3.2.0-fedora/frmts/dods/GNUmakefile gdal-3.2.0-fedora-new/frmts/dods/GNUmakefile
2--- gdal-3.2.0-fedora/frmts/dods/GNUmakefile 2020-10-26 14:05:39.000000000 +0100
3+++ gdal-3.2.0-fedora-new/frmts/dods/GNUmakefile 2020-11-12 00:13:52.314881073 +0100
4@@ -4,7 +4,7 @@ include ../../GDALmake.opt
5
6 OBJ = dodsdataset2.o
7
8-CPPFLAGS := $(CPPFLAGS) $(DODS_INC)
9+CPPFLAGS := $(CPPFLAGS) $(DODS_INC) -I/usr/include/tirpc
10
11 default: $(OBJ:.o=.$(OBJ_EXT))
12
13diff -rupN --no-dereference gdal-3.2.0-fedora/ogr/ogrsf_frmts/dods/GNUmakefile gdal-3.2.0-fedora-new/ogr/ogrsf_frmts/dods/GNUmakefile
14--- gdal-3.2.0-fedora/ogr/ogrsf_frmts/dods/GNUmakefile 2020-10-26 14:05:39.000000000 +0100
15+++ gdal-3.2.0-fedora-new/ogr/ogrsf_frmts/dods/GNUmakefile 2020-11-12 00:13:52.314881073 +0100
16@@ -5,7 +5,7 @@ include ../../../GDALmake.opt
17 OBJ = ogrdodsdriver.o ogrdodsdatasource.o ogrdodslayer.o \
18 ogrdodssequencelayer.o ogrdodsfielddefn.o ogrdodsgrid.o
19
20-CPPFLAGS := -I.. $(CPPFLAGS) $(DODS_INC) -DDO_NOT_USE_DEBUG_BOOL
21+CPPFLAGS := -I.. $(CPPFLAGS) $(DODS_INC) -DDO_NOT_USE_DEBUG_BOOL -I/usr/include/tirpc
22
23 default: $(O_OBJ:.o=.$(OBJ_EXT))
24
This page took 0.028709 seconds and 4 git commands to generate.