Move 'captivemodid' library to libcaptive.
[captive.git] / build-static
index 49d3465..b2c905c 100755 (executable)
@@ -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