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

    autotools.autoreconf("-vfi")
    autotools.configure("--disable-static")
Beispiel #20
0
def setup():
    #shelltools.export("DEFS", "NO_ASM")
    autotools.configure("--exec-prefix=/")
Beispiel #21
0
def setup():
    autotools.configure("--disable-static \
                         --with-harfbuzz=no")
Beispiel #22
0
def setup():
    autotools.aclocal()
    autotools.automake("--add-missing")
    autotools.autoreconf()
    autotools.configure()
Beispiel #23
0
def setup():
    autotools.configure("--disable-static \
                         --disable-rpath")
Beispiel #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"
    )
Beispiel #25
0
def setup():
    autotools.configure()
Beispiel #26
0
def setup():
    shelltools.system("autoreconf -if")
    autotools.configure("--disable-nls \
                         --prefix=/usr \
                         --datadir=/usr/share/kbd \
                         --mandir=/usr/share/man")
Beispiel #27
0
def setup():
    autotools.configure("PYTHON=/usr/bin/python3")
Beispiel #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 ")
Beispiel #29
0
def setup():
    inarytools.flags.add("-fno-strict-aliasing")

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