X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=build-static;h=b2c905c85ba5fcf8d051ac1775c5bc507595b081;hb=7458d2cad7f776d79163189e5a17f78095b1cb6d;hp=49d34656e7c14cc07ae676822ed160f3019d8861;hpb=1e30dfebb2ccb5681e454ff987a8b8d6ae1525a0;p=captive.git diff --git a/build-static b/build-static index 49d3465..b2c905c 100755 --- a/build-static +++ b/build-static @@ -29,13 +29,15 @@ STATIC_PATH=/usr/local/devel-static set -e -if "$1" = link;then +if test "$1" != link;then set -x ./autogen.pl --dist (set -x;CFLAGS="-O2" ./configure --enable-maintainer-mode --disable-shared --enable-static --enable-install-pkg \ --enable-standalone \ --enable-standalone-fonts=/usr/local/share/captive/fonts \ + --disable-standalone-yum \ ) 2>&1|tee errs1 +# --enable-standalone-yum=/etc/yum.repos.d make clean make 2>&1|tee errs2 set +x @@ -43,6 +45,7 @@ if "$1" = link;then targets=" src/client/fuse/mount.captive + src/client/fuse/captive-fusermount src/client/sandbox-server/captive-sandbox-server src/client/cmdline/captive-cmdline src/install/acquire/captive-install-acquire