コード例 #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
ファイル: actions.py プロジェクト: paledega/SulinRepository
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
ファイル: actions.py プロジェクト: sulincix/SulinRepository
def setup():
    autotools.configure("--disable-static \
		--enable-tests \
		--enable-introspection")
コード例 #7
0
def setup():
    autotools.configure("\
                         --disable-static \
                         --disable-dri \
                        ")
コード例 #8
0
ファイル: actions.py プロジェクト: paledega/SulinRepository
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
ファイル: actions.py プロジェクト: sulincix/SulinRepository
def setup():
    autotools.configure("--with-gtk=2.0")
コード例 #11
0
ファイル: actions.py プロジェクト: paledega/SulinRepository
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
ファイル: actions.py プロジェクト: sulincix/SulinRepository
def setup():
    autotools.configure("PYTHON=python3")
コード例 #14
0
ファイル: actions.py プロジェクト: sulincix/SulinRepository
def setup():
    autotools.configure("--prefix=/usr \
                         --sbindir=/usr/bin \
                         --libexecdir=/usr/lib \
                         --enable-polkit \
                         --enable-dpms")
コード例 #15
0
ファイル: actions.py プロジェクト: sulincix/SulinRepository
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
ファイル: actions.py プロジェクト: paledega/SulinRepository
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
ファイル: actions.py プロジェクト: Zaryob/SulinRepository
def setup():
    shelltools.export("CFLAGS","%s -fwrapv" % get.CFLAGS())

    autotools.autoreconf("-vfi")
    autotools.configure("--disable-static")
コード例 #20
0
ファイル: actions.py プロジェクト: paledega/SulinRepository
def setup():
    #shelltools.export("DEFS", "NO_ASM")
    autotools.configure("--exec-prefix=/")
コード例 #21
0
ファイル: actions.py プロジェクト: paledega/SulinRepository
def setup():
    autotools.configure("--disable-static \
                         --with-harfbuzz=no")
コード例 #22
0
ファイル: actions.py プロジェクト: paledega/SulinRepository
def setup():
    autotools.aclocal()
    autotools.automake("--add-missing")
    autotools.autoreconf()
    autotools.configure()
コード例 #23
0
ファイル: actions.py プロジェクト: paledega/SulinRepository
def setup():
    autotools.configure("--disable-static \
                         --disable-rpath")
コード例 #24
0
ファイル: actions.py プロジェクト: Zaryob/SulinRepository
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
ファイル: actions.py プロジェクト: SulinOS/SulinGNOME
def setup():
    autotools.configure()
コード例 #26
0
ファイル: actions.py プロジェクト: SulinOS/SulinRepository
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
ファイル: actions.py プロジェクト: paledega/SulinRepository
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")