Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195763 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (-1 / +2 lines)
Lines 36-42 Link Here
36
	          GEOTIFF_DLL=cyggeotiff-1.dll
36
	          GEOTIFF_DLL=cyggeotiff-1.dll
37
	          GEOTIFF_IMP=libgeotiff.dll.a
37
	          GEOTIFF_IMP=libgeotiff.dll.a
38
                  LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;;
38
                  LD_SHARED="gcc -shared -Wl,--export-all -Wl,--out-implib=\$(GEOTIFF_IMP)" ;;
39
    *) GEOTIFF_SO=libgeotiff.${SO_EXT}.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT ;;
39
    *) GEOTIFF_SO=libgeotiff.$VERSION_MAJOR.$VERSION_MINOR.$VERSION_POINT.${SO_EXT}
40
	LD_SHARED="gcc -dynamiclib " ;;
40
  esac
41
  esac
41
fi
42
fi
42
AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO)
43
AC_SUBST(GEOTIFF_SO,$GEOTIFF_SO)

Return to bug 195763