diff --git a/network/analyzer/openslp/actions.py b/network/analyzer/openslp/actions.py index 99af2b03e6..d124aeed9a 100644 --- a/network/analyzer/openslp/actions.py +++ b/network/analyzer/openslp/actions.py @@ -12,23 +12,23 @@ from pisi.actionsapi import get def setup(): shelltools.export("CFLAGS", "%s -fPIC -fno-strict-aliasing -fPIE -DPIE " % get.CFLAGS()) shelltools.export("LDFLAGS", "%s -pie -Wl,-z,now" % get.LDFLAGS()) - + autotools.autoreconf("-fi") - + autotools.configure("--disable-static \ --disable-dependency-tracking \ --disable-rpath \ --localstatedir=/var \ --enable-slpv1 \ --enable-slpv2-security") - + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): - autotools.make("all docs") + autotools.make() def install(): autotools.install() - + pisitools.dohtml("doc/doc/html/*") pisitools.dodoc("AUTHORS", "FAQ", "ChangeLog", "NEWS", "README", "THANKS") diff --git a/network/analyzer/openslp/pspec.xml b/network/analyzer/openslp/pspec.xml index 6e73a20cfd..108afe2022 100644 --- a/network/analyzer/openslp/pspec.xml +++ b/network/analyzer/openslp/pspec.xml @@ -18,14 +18,15 @@ zlib-devel openssl-devel doxygen - + docbook-xsl + openslp openssl - + /etc/slp.conf /usr/bin