Exemplo n.º 1
0
def setup():
    autotools.autoreconf("-vfi")
    autotools.configure("--disable-static \
                         --libexecdir=/usr/lib")
Exemplo n.º 2
0
def setup():
    autotools.autoreconf("-vif")
    autotools.configure()
Exemplo n.º 3
0
def setup():
    autotools.autoreconf("-vif")
    autotools.configure("--disable-static")
Exemplo n.º 4
0
def setup():
    autotools.configure("--prefix=/usr \
                         --sysconfdir=/etc --enable-fts")
Exemplo n.º 5
0
def setup():
    autotools.configure("--disable-static")
Exemplo n.º 6
0
def setup():
    autotools.configure("--disable-static \
		--enable-tests \
		--enable-introspection")
Exemplo n.º 7
0
def setup():
    autotools.configure("\
                         --disable-static \
                         --disable-dri \
                        ")
Exemplo n.º 8
0
def setup():
    autotools.configure("--with-posix-regex \
                         --without-readlib \
                         --disable-etags \
                         --enable-tmpdir=/tmp")
Exemplo n.º 9
0
def setup():
    shelltools.export("CFLAGS", get.CFLAGS().replace("-fstack-protector", ""))
    shelltools.export("CPPFLAGS",
                      get.CXXFLAGS().replace("-fstack-protector", ""))
    autotools.configure("--without-mpicc")
Exemplo n.º 10
0
def setup():
    autotools.configure("--with-gtk=2.0")
Exemplo n.º 11
0
def setup():
    autotools.autoreconf("-vif")
    autotools.configure("\
                         --disable-static \
                         --disable-silent-rules \
                        ")
Exemplo n.º 12
0
def setup():
    autotools.configure("--with-vpnc-script=/etc/vpnc/vpnc-script")
Exemplo n.º 13
0
def setup():
    autotools.configure("PYTHON=python3")
Exemplo n.º 14
0
def setup():
    autotools.configure("--prefix=/usr \
                         --sbindir=/usr/bin \
                         --libexecdir=/usr/lib \
                         --enable-polkit \
                         --enable-dpms")
Exemplo n.º 15
0
def setup():
    shelltools.system("./autogen.sh")
    autotools.configure(
        "PYTHON=/usr/bin/python3 --with-python --with-crypto=libgcrypt --disable-zstd"
    )
Exemplo n.º 16
0
def setup():
    autotools.configure("--disable-dependency-tracking \
                         --disable-gtk-doc \
                         --disable-static \
                         --disable-gstreamer")
Exemplo n.º 17
0
def setup():
    shelltools.export("ac_cv_libsigsegv", "no")
    shelltools.export("AUTOPOINT", "true")
    autotools.configure("--with-libsigsegv-prefix=no \
                         --enable-switch \
                         --enable-nls")
Exemplo n.º 18
0
def setup():
    autotools.autoreconf("-vif")
    autotools.configure("--disable-static \
                         --disable-bdjava-jar ")
Exemplo n.º 19
0
def setup():
    shelltools.export("CFLAGS","%s -fwrapv" % get.CFLAGS())

    autotools.autoreconf("-vfi")
    autotools.configure("--disable-static")
Exemplo n.º 20
0
def setup():
    #shelltools.export("DEFS", "NO_ASM")
    autotools.configure("--exec-prefix=/")
Exemplo n.º 21
0
def setup():
    autotools.configure("--disable-static \
                         --with-harfbuzz=no")
Exemplo n.º 22
0
def setup():
    autotools.aclocal()
    autotools.automake("--add-missing")
    autotools.autoreconf()
    autotools.configure()
Exemplo n.º 23
0
def setup():
    autotools.configure("--disable-static \
                         --disable-rpath")
Exemplo n.º 24
0
def setup():
    autotools.configure(
        "--with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/x86_64-pc-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/lib/pkgconfig"
    )
Exemplo n.º 25
0
def setup():
    autotools.configure()
Exemplo n.º 26
0
def setup():
    shelltools.system("autoreconf -if")
    autotools.configure("--disable-nls \
                         --prefix=/usr \
                         --datadir=/usr/share/kbd \
                         --mandir=/usr/share/man")
Exemplo n.º 27
0
def setup():
    autotools.configure("PYTHON=/usr/bin/python3")
Exemplo n.º 28
0
def setup():
    autotools.configure("--with-package-name='Sulin gstreamer-plugins-bad package' \
                         --with-package-origin='http://www.github.com/SulinOS/'")

    inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
Exemplo n.º 29
0
def setup():
    inarytools.flags.add("-fno-strict-aliasing")

    autotools.configure()
Exemplo n.º 30
0
def setup():
    autotools.configure("--prefix=/usr \
                         --without-onig \
                         --sysconfdir=/etc")