Merge pull request #11937 from Karlson2k/libmicrohttpd_fix_01
libmicrohttpd fixes
This commit is contained in:
@@ -9,14 +9,11 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vfi")
|
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-curl \
|
--disable-curl \
|
||||||
--enable-largefile \
|
--disable-examples \
|
||||||
--enable-messages")
|
--enable-https")
|
||||||
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -8,16 +8,13 @@
|
|||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>LGPLv2</License>
|
<License>LGPLv2+</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A compact API and implementation of HTTP web server</Summary>
|
<Summary>A compact API and implementation of HTTP web server</Summary>
|
||||||
<Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description>
|
<Description>libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.</Description>
|
||||||
<Archive sha1sum="d835f399a42265f7759a462c22e57eee2300f708" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz</Archive>
|
<Archive sha1sum="d835f399a42265f7759a462c22e57eee2300f708" type="targz">http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.77.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>texinfo</Dependency>
|
|
||||||
<Dependency>gnutls-devel</Dependency>
|
<Dependency>gnutls-devel</Dependency>
|
||||||
<Dependency>libgcrypt-devel</Dependency>
|
|
||||||
<Dependency>libgpg-error-devel</Dependency>
|
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -25,12 +22,8 @@
|
|||||||
<Name>libmicrohttpd</Name>
|
<Name>libmicrohttpd</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gnutls</Dependency>
|
<Dependency>gnutls</Dependency>
|
||||||
<Dependency>libgcrypt</Dependency>
|
|
||||||
<Dependency>libgpg-error</Dependency>
|
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin/microspdy2http</Path>
|
|
||||||
<Path fileType="executable">/usr/bin/demo</Path>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
<Path fileType="info">/usr/share/info</Path>
|
<Path fileType="info">/usr/share/info</Path>
|
||||||
@@ -56,6 +49,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="7">
|
||||||
|
<Date>2023-05-31</Date>
|
||||||
|
<Version>0.9.77</Version>
|
||||||
|
<Comment>Package fixes.</Comment>
|
||||||
|
<Name>Evgeny Grin (Karlson2)</Name>
|
||||||
|
<Email>k2k@narod.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2023-05-30</Date>
|
<Date>2023-05-30</Date>
|
||||||
<Version>0.9.77</Version>
|
<Version>0.9.77</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user