]> git.pld-linux.org Git - packages/gdal.git/blame - gdal-soname.patch
- mass commit: cosmetics (removed trailing white spaces)
[packages/gdal.git] / gdal-soname.patch
CommitLineData
3a591acf
JB
1--- gdal-1.1.9/GDALmake.opt.in.orig 2003-06-27 21:55:06.000000000 +0200
2+++ gdal-1.1.9/GDALmake.opt.in 2003-07-19 17:56:43.000000000 +0200
3@@ -80,7 +80,7 @@
4 GDAL_LIB = $(GDAL_ROOT)/gdal.a
5 GDAL_SLIB = $(GDAL_ROOT)/libgdal.$(GDAL_VER).$(SO_EXT)
6 GDAL_SLIB_LINK = -L$(GDAL_ROOT) -lgdal.$(GDAL_VER)
7-#GDAL_SLIB_SONAME = -Wl,-soname,libgdal.so.$(sover)
8+GDAL_SLIB_SONAME = -Wl,-soname,libgdal.$(GDAL_VER).$(SO_EXT)
6b59fa88 9
3a591acf
JB
10 OGR_LIB = $(GDAL_ROOT)/ogr/ogr.a
11 CPL_LIB = $(GDAL_ROOT)/port/cpl.a
12--- gdal-1.1.9/GNUmakefile.orig 2003-07-19 17:48:20.000000000 +0200
13+++ gdal-1.1.9/GNUmakefile 2003-07-19 17:53:27.000000000 +0200
6b59fa88 14@@ -143,6 +143,7 @@
3a591acf 15 $(INSTALL_DATA) $(GDAL_LIB) $(DESTDIR)$(INST_LIB)
6b59fa88
JB
16 ifeq ($(HAVE_LD_SHARED),yes)
17 $(INSTALL) $(GDAL_SLIB) $(DESTDIR)$(INST_LIB)
18+ ln -sf $(GDAL_SLIB) $(DESTDIR)$(INST_LIB)/libgdal.so
19 endif
3a591acf 20 for f in data/*.* ; do $(INSTALL_DATA) $$f $(DESTDIR)$(INST_DATA) ; done
6b59fa88 21
This page took 0.037209 seconds and 4 git commands to generate.