postgis-configure.patch

来自「postGIS是一个能够使用postSQL数据库来管理GIS数据的小程序,充分发」· PATCH 代码 · 共 17 行

PATCH
17
字号
--- configure.old	2006-12-25 14:39:26.000000000 +0200+++ configure	2006-12-25 14:39:35.000000000 +0200@@ -4609,13 +4609,6 @@ 	GEOS_DIR=`$GEOSCONFIG --prefix`  	GEOS_LDFLAGS=`$GEOSCONFIG --ldflags 2> /dev/null`-	if test x"$GEOS_LDFLAGS" = "x"; then-		# older geos-config versions did not-		# support the --ldflags switch, we'll-		# default to GEOS_DIR/lib in this case.-		#-		GEOS_LDFLAGS="$GEOS_DIR/lib"-	fi  	GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1` 	if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?