Ticket #4349 (closed defect: fixed)
"--with-rasdaman=yes" doesn't add rasdaman to the formats
| Reported by: | misev | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ConfigBuild | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When configuring "--with-rasdaman=yes", rasdaman is not added to the GDAL formats so in the end there's no support for rasdaman.
This fixes the problem in the configure script:
diff -Npru gdal-1.8.1_orig/configure gdal-1.8.1/configure
--- gdal-1.8.1_orig/configure 2011-11-02 16:58:24.100778142 +0100
+++ gdal-1.8.1/configure 2011-11-02 16:59:04.210544594 +0100
@@ -24451,6 +24451,7 @@ fi
if test -n "$RASDAMAN_ENABLED" ; then
RASDAMAN_LIB="-lrasodmg -lclientcomm -lcompression -lnetwork -lraslib"
+ OPT_GDAL_FORMATS="rasdaman $OPT_GDAL_FORMATS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using rasdaman from system libs." >&5
$as_echo " using rasdaman from system libs." >&6; }
else
Change History
Note: See
TracTickets for help on using
tickets.
