fix build
This commit is contained in:
@@ -10,8 +10,8 @@ from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
libtools.libtoolize("--force --install")
|
||||
#autotools.autoreconf("-vfi")
|
||||
#libtools.libtoolize("--force --install")
|
||||
autotools.configure("--disable-doc \
|
||||
--disable-static \
|
||||
--disable-ruby \
|
||||
@@ -26,6 +26,8 @@ def setup():
|
||||
--enable-x11 \
|
||||
--with-x \
|
||||
--x-libraries=/usr/lib")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
@@ -19,6 +18,8 @@
|
||||
<BuildDependencies>
|
||||
<Dependency>imlib2-devel</Dependency>
|
||||
<Dependency>slang-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user