PATCH_LIST= FILE_LIST= SRC_FETCH_METHOD="http" SRC_FETCH_PATH="ftp://ftp.gnu.org/gnu/tar/tar-${PKGVER}.tar.gz" MAKEDEPENDS= # WARNING: something changed between tar 1.28 and 1.29 # With v 1.28, if you do this on an ALOHA (see below), you should have no output. # With v 1.29, you get: etc/.restored # save-etc does this, and the exit code is used by WUI to know if the config # has been modified since the last save. # So WUI always displays 'configuration modified' even if you just saved. # It always consider thats etc/.restored has been modified. # This can be investigated later, for now roll back to tar v1.28. # FILE=/etc/.restored # EXCLUDE=/usr/share/factory/ignore-files # config save -f # flx check --ignore-dot --ignore-link --ignore-date file:$FILE fs:/etc | awk '/^[+>]/ { print $9 }' | tar -C / -T - --one-file-system --numeric-owner --no-recursion --exclude-from $EXCLUDE -cvf /dev/null 2>/dev/null function do_config { CFLAGS="$GCC_OPT_SMALL $GCC_ARCH_SMALL $GCC_CPU_SMALL" \ ac_cv_search_clock_gettime=no \ am_cv_func_iconv=no \ ./configure --prefix=/usr --libexecdir=/usr/bin --bindir=/bin \ --disable-nls --disable-rpath \ --without-xattrs --without-libintl-prefix --without-libiconv-prefix --without-selinux \ --build=$FLXHOST --host=$FLXTARG } function do_prepack { make install DESTDIR=$ROOTDIR rmdir $ROOTDIR/usr/sbin # useless rm -f $ROOTDIR/usr/info/dir set_default_perm $ROOTDIR }