diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-19 09:52:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-19 09:52:45 +0200 |
commit | 794a4a75d2e2c513e55b8962ad9e8e470dd82ba8 (patch) | |
tree | 451fd95b4cc5397612a38a13326dc24add046fb1 /package/samba/Makefile | |
parent | 2f172e3c8d13eb5810d39b3e86c5fae388ba2bfa (diff) |
make virsh, virt-install and kvm usable on shuttle pc
Diffstat (limited to 'package/samba/Makefile')
-rw-r--r-- | package/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile index 0485febc2..b3658cdbc 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -29,7 +29,9 @@ CONFIGURE_ENV+= samba_cv_CC_NEGATIVE_ENUM_VALUES=no \ samba_cv_USE_SETRESUID=no \ ac_cv_lib_ext_nsl_connect=no \ ac_cv_search_yp_get_default_domain=no \ - ac_cv_lib_ext_nsl_gethostbyname=no + ac_cv_lib_ext_nsl_gethostbyname=no \ + ac_cv_file__proc_sys_kernel_core_pattern=yes \ + libreplace_cv_HAVE_GETADDRINFO=no CONFIGURE_ARGS+= --libdir=/usr/lib/samba \ --localstatedir=/var/log/samba \ --with-configdir=/etc/samba \ |