diff --git a/system/base/libXdmcp/actions.py b/system/base/libXdmcp/actions.py index b61e7c41..2fbb68da 100644 --- a/system/base/libXdmcp/actions.py +++ b/system/base/libXdmcp/actions.py @@ -5,23 +5,13 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - options = "--disable-static \ - --prefix=/usr \ - --without-xmlto" - - if get.buildTYPE() == "_emul32": - options += " --libdir=/usr/lib32" - autotools.autoreconf("-fi") - autotools.configure(options) - - # autotools.configure("--disable-static \ - # --without-xmlto") + autotools.configure("--disable-static \ + --without-xmlto") def build(): autotools.make() @@ -29,8 +19,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - if get.buildTYPE() == "_emul32": - return - - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*") diff --git a/system/base/libXdmcp/pspec.xml b/system/base/libXdmcp/pspec.xml index a7e5bfe4..ce3dfcb6 100644 --- a/system/base/libXdmcp/pspec.xml +++ b/system/base/libXdmcp/pspec.xml @@ -49,9 +49,9 @@ libXdmcp-32bit - _emul32 + emul32 32-bit shared libraries for libXdmcp - _emul32 + emul32