ipkg ${NCURSES}
ipkg ${UTIL_LINUX}
ipkg ${E2FSPROGS}
-FORCE_UNSAFE_CONFIGURE=1 ipkg ${COREUTILS}
+FORCE_UNSAFE_CONFIGURE=1 ipkg -m acnb ${COREUTILS}
ipkg -m noac ${IANA}
ipkg ${MFOUR}
ipkg ${BISON}
FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin"
ipkg ${TEXINFO}
ipkg ${UDEV}
-ipkg ${GRUB}
+ipkg ${GRUB} --disable-werror
ipkg -m acnb ${DHCP}
if [ -n "${WIFI_SUPPORT}" ]; then
--bindir=/bin \
--sysconfdir=/etc \
--with-rootlibdir=/lib \
+ --disable-manpages \
--with-zlib \
--with-xz"
}
hvbuild_post()
{
- # Est-ce encore nécessaire avec kmod?
install -dv ${LFS}/etc/modprobe.d
# Create symbolic links for programs that expect Module-Init-Tools:
--with-shared \
--without-debug \
--enable-widec \
+ --with-default-terminfo-dir=/usr/share/terminfo \
--with-manpage-format=normal"
}
ln -svfT ../../lib/libmenuw.so.5 /usr/lib/libmenuw.so
ln -svfT ../../lib/libpanelw.so.5 /usr/lib/libpanelw.so
ln -svfT ../../lib/libformw.so.5 /usr/lib/libformw.so
-
+
# Make our Ncurses compatible for older and non-widec compatible programs can build properly.
# Many applications still expect the linker to be able to find
# non-wide-character Ncurses libraries. Trick such applications
# Networking
ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS}
ipkg -m acnb ${RPCBIND} "--bindir=/sbin"
-LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} "\
+LIBS="-lpthread" ipkg -m acnb ${NFS_UTILS} " \
--disable-nfsv4 \
--disable-nfsv41 \
--sbindir=/sbin \
hvbuild_post()
{
- install -v -m644 ${SCRDIR}/misc/git-completion.bash \
- /etc/bash_completion.d
-
local GIT_MANPAGES="git-manpages-$(get_pkg_ver ${PACKAGE})"
decompress_package ${GIT_MANPAGES} /usr/share/man
+ install -v -m644 ${SCRDIR}/misc/git/git-completion.bash \
+ /etc/bash_completion.d
install -v -m644 ${SCRDIR}/misc/git/gitconfig /etc
}