Changeset: 9faa48ded7fb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9faa48ded7fb
Modified Files:
configure.ag
Branch: Jun2020
Log Message:
No longer necessary to work around bug that briefly appeared in Fedora.
diffs (16 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1923,11 +1923,7 @@ AS_CASE([$have_lidar],
LIBLAS_VERSION_REQUIRED_MIN=1.8.0
PKG_CHECK_MODULES([LIBLAS],
[liblas >= $LIBLAS_VERSION_REQUIRED_MIN],
- [have_liblas=yes
- # work around bug in Fedora 32's liblas-devel-1.8.1-7
- LIBLAS_CFLAGS=`AS_ECHO(["$LIBLAS_CFLAGS"]) | sed
's|-Iinclude|-I/usr/include|'`
- LIBLAS_LIBS=`AS_ECHO(["$LIBLAS_LIBS"]) | sed
's|-Llib|-L/usr/lib|'`
- ],
+ [have_liblas=yes],
[
LIBLAS_CONFIG=''
# locate liblas-config
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list