Provide yum(8) repository configuration.
[captive.git] / build-static
index 523bab7..b2c905c 100755 (executable)
@@ -35,7 +35,9 @@ if test "$1" != link;then
        (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