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

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

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