You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
599 B
20 lines
599 B
Index: tools/geos-config.in |
|
--- tools/geos-config.in.orig 2016-11-22 11:48:36.000000000 +0100 |
|
+++ tools/geos-config.in 2017-11-16 09:30:11.756453000 +0100 |
|
@@ -49,13 +49,13 @@ |
|
echo -L${libdir} -lgeos_c |
|
;; |
|
--cclibs) |
|
- echo -L${libdir} -lgeos |
|
+ echo -L${libdir} -lgeos_c -lgeos -lstdc++ -lm |
|
;; |
|
--static-clibs) |
|
- echo -L${libdir} -lgeos_c -lgeos -lm |
|
+ echo -L${libdir} -lgeos_c -lm |
|
;; |
|
--static-cclibs) |
|
- echo -L${libdir} -lgeos -lm |
|
+ echo -L${libdir} -lgeos_c -lgeos -lstdc++ -lm |
|
;; |
|
--ldflags) |
|
echo -L${libdir}
|
|
|