Mercurial > hg > portage
comparison net-fs/samba/samba-3.3.1.ebuild @ 117:ef3299334bd6
fix configure options
author | holger@hoho.dyndns.org |
---|---|
date | Mon, 09 Mar 2009 21:07:16 +0100 |
parents | 97770c47a699 |
children |
comparison
equal
deleted
inserted
replaced
116:8297e50e2a90 | 117:ef3299334bd6 |
---|---|
69 | 69 |
70 local myconf | 70 local myconf |
71 local mylangs | 71 local mylangs |
72 local mymod_shared | 72 local mymod_shared |
73 | 73 |
74 mylangs="--with-manpages-langs=en" | |
75 use linguas_ja && mylangs="${mylangs},ja" | |
76 use linguas_pl && mylangs="${mylangs},pl" | |
77 | |
78 use winbind && mymod_shared="--with-shared-modules=idmap_rid" | 74 use winbind && mymod_shared="--with-shared-modules=idmap_rid" |
79 if use ldap ; then | 75 if use ldap ; then |
80 myconf="${myconf} $(use_with ads)" | 76 myconf="${myconf} $(use_with ads)" |
81 use winbind && mymod_shared="${mymod_shared},idmap_ad" | 77 use winbind && mymod_shared="${mymod_shared},idmap_ad" |
82 fi | 78 fi |
96 econf \ | 92 econf \ |
97 --with-fhs \ | 93 --with-fhs \ |
98 --sysconfdir=/etc/samba \ | 94 --sysconfdir=/etc/samba \ |
99 --localstatedir=/var \ | 95 --localstatedir=/var \ |
100 --with-configdir=/etc/samba \ | 96 --with-configdir=/etc/samba \ |
101 --with-libdir=/usr/$(get_libdir)/samba \ | 97 --with-modulesdir=/usr/$(get_libdir)/samba \ |
102 --with-pammodulesdir=$(getpam_mod_dir) \ | 98 --with-pammodulesdir=$(getpam_mod_dir) \ |
103 --with-swatdir=/usr/share/doc/${PF}/swat \ | 99 --with-swatdir=/usr/share/doc/${PF}/swat \ |
104 --with-piddir=/var/run/samba \ | 100 --with-piddir=/var/run/samba \ |
105 --with-lockdir=/var/cache/samba \ | 101 --with-lockdir=/var/cache/samba \ |
106 --with-logfilebase=/var/log/samba \ | 102 --with-logfilebase=/var/log/samba \ |
107 --with-privatedir=${PRIVATE_DST} \ | 103 --with-privatedir=${PRIVATE_DST} \ |
108 --with-libsmbclient \ | 104 --with-libsmbclient \ |
109 --without-spinlocks \ | |
110 --enable-socket-wrapper \ | 105 --enable-socket-wrapper \ |
111 --enable-nss-wrapper \ | 106 --enable-nss-wrapper \ |
112 --with-cifsmount=no \ | 107 --with-cifsmount=no \ |
113 $(use_with acl acl-support) \ | 108 $(use_with acl acl-support) \ |
114 $(use_with async aio-support) \ | 109 $(use_with async aio-support) \ |