gdal1: Remove patchset.

This commit is contained in:
waddlesplash
2019-02-03 13:32:19 -05:00
committed by GitHub
parent 806112609c
commit 8be158bd17

View File

@@ -1,22 +0,0 @@
From 395833faacca66c6d83b9c8b73161ef77604ca09 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Sat, 23 Aug 2014 11:46:17 +0000
Subject: link with network
diff --git a/apps/GNUmakefile b/apps/GNUmakefile
index f9950df..83c1eda 100644
--- a/apps/GNUmakefile
+++ b/apps/GNUmakefile
@@ -46,7 +46,7 @@ gdalinfo$(EXE): gdalinfo.$(OBJ_EXT) commonutils.$(OBJ_EXT) $(DEP_LIBS)
$(LD) $(LNK_FLAGS) $< commonutils.$(OBJ_EXT) $(XTRAOBJ) $(CONFIG_LIBS) -o $@
gdalserver$(EXE): gdalserver.$(OBJ_EXT) $(DEP_LIBS)
- $(LD) $(LNK_FLAGS) $< $(XTRAOBJ) $(CONFIG_LIBS) -o $@
+ $(LD) $(LNK_FLAGS) -lnetwork $< $(XTRAOBJ) $(CONFIG_LIBS) -o $@
gdal_translate$(EXE): gdal_translate.$(OBJ_EXT) commonutils.$(OBJ_EXT) $(DEP_LIBS)
$(LD) $(LNK_FLAGS) $< commonutils.$(OBJ_EXT) $(XTRAOBJ) $(CONFIG_LIBS) -o $@
--
2.13.1