]> git.pld-linux.org Git - packages/gdal.git/blob - gdal_tirpcinc.patch
- release 5 (by relup.sh)
[packages/gdal.git] / gdal_tirpcinc.patch
1 diff -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  
13 diff -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.030433 seconds and 3 git commands to generate.