Merge pull request #6501 from Rmys/master

ogdi:rebuild
This commit is contained in:
Rmys
2019-02-07 14:36:57 +03:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ def build():
shelltools.export("TARGET", "Linux") shelltools.export("TARGET", "Linux")
shelltools.export("CFG", "release") shelltools.export("CFG", "release")
autotools.make("-j1") autotools.make("-j1")
autotools.make("-C contrib/gdal")
def install(): def install():
pisitools.dolib_so("bin/Linux/*.so") pisitools.dolib_so("bin/Linux/*.so")
+1
View File
@@ -18,6 +18,7 @@
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
<Dependency>expat-devel</Dependency> <Dependency>expat-devel</Dependency>
<Dependency>libtirpc-devel</Dependency> <Dependency>libtirpc-devel</Dependency>
<Dependency>unixODBC-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">fedora/ogdi-3.2.0.beta2-sailer.patch</Patch> <Patch level="1">fedora/ogdi-3.2.0.beta2-sailer.patch</Patch>