diff --git a/package/lxc/Makefile b/package/lxc/Makefile index 146a5e7a..b88e9a83 100755 --- a/package/lxc/Makefile +++ b/package/lxc/Makefile @@ -31,6 +31,12 @@ START_LXC = S64lxc CONFIGURE_ARGS += \ ac_cv_header_sys_types_h_makedev=no \ ac_cv_file__etc_redhat_release=no \ + ac_cv_file__etc_oracle_release=no \ + ac_cv_file__etc_SuSE_release=no \ + ac_cv_file__etc_debian_version=no \ + ac_cv_file__etc_sparclinux_release=no \ + ac_cv_file__etc_gentoo_release=no \ + ac_cv_file__etc_arch_release=no --prefix= \ --exec_prefix= \ --enable-doc=no \