Skip to content

Commit e8dd430

Browse files
make: pass GDAL include dirs to libgproj (#6631)
vector_inc and vedit_inc don't need this treatment as VECT_CFLAGS has it added already. This would conform to how its done in the CMakeLists.txt as well. Oddly enough this isn't a fatal error though. So if anyone hit a build failure and thought this was the issue should look further into their builds logs for the actual cause. Bug: #4258 Signed-off-by: Alfred Wingate <[email protected]>
1 parent 66c1733 commit e8dd430

File tree

1 file changed

+1
-1
lines changed
  • python/libgrass_interface_generator

1 file changed

+1
-1
lines changed

python/libgrass_interface_generator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ segment_HDRS = segment.h defs/segment.h
5252
rowio_HDRS = rowio.h defs/rowio.h
5353
temporal_HDRS = temporal.h
5454

55-
proj_INC = $(PROJINC)
55+
proj_INC = $(PROJINC) $(GDALCFLAGS)
5656
vector_INC = $(VECT_INC) $(VECT_CFLAGS)
5757
vedit_INC = $(VECT_INC) $(VECT_CFLAGS)
5858

0 commit comments

Comments
 (0)