Lines Matching defs:CONFIGURE_OPTIONS
108 CONFIGURE_OPTIONS = --exec-prefix=/usr
109 CONFIGURE_OPTIONS += --bindir=/usr/lib/samba/bin
110 CONFIGURE_OPTIONS += --sbindir=/usr/lib/samba/sbin
111 CONFIGURE_OPTIONS += --libdir=/usr/lib/samba$(MACHLIBDIR)
113 CONFIGURE_OPTIONS += --with-privatelibdir=/usr/lib/samba/private$(MACHLIBDIR)
114 CONFIGURE_OPTIONS += --sysconfdir=/etc/samba
115 CONFIGURE_OPTIONS += --with-pammodulesdir=/usr/lib/samba/security$(MACHLIBDIR)
116 CONFIGURE_OPTIONS += --datarootdir=/usr/lib/samba
117 CONFIGURE_OPTIONS += --mandir=/usr/share/man
118 CONFIGURE_OPTIONS += --htmldir=/usr/share/samba/swat/help
119 CONFIGURE_OPTIONS += --includedir=/usr/include/samba
120 CONFIGURE_OPTIONS += --with-privatedir=/etc/samba/private
121 CONFIGURE_OPTIONS += --localstatedir=/var/samba
122 CONFIGURE_OPTIONS += --with-logfilebase=/var/samba/log
123 CONFIGURE_OPTIONS += --sharedstatedir=/var/samba/com
124 CONFIGURE_OPTIONS += --libexecdir=/usr/lib/samba
127 CONFIGURE_OPTIONS += --with-static-modules=
128 $(BUILD_DIR_SMB)/.configured: CONFIGURE_OPTIONS += \
130 $(BUILD_DIR_WINB)/.configured: CONFIGURE_OPTIONS += \
132 CONFIGURE_OPTIONS += --with-ads
133 CONFIGURE_OPTIONS += --with-winbind
134 CONFIGURE_OPTIONS += --with-ldap
135 CONFIGURE_OPTIONS += --with-libldap=ldap_r
136 CONFIGURE_OPTIONS += --with-system-mitkrb5
137 CONFIGURE_OPTIONS += --without-ad-dc
139 CONFIGURE_OPTIONS += --nocache
140 CONFIGURE_OPTIONS += --nopyo
141 CONFIGURE_OPTIONS += --disable-rpath
142 CONFIGURE_OPTIONS += --disable-gnutls
143 CONFIGURE_OPTIONS += --bundled-libraries=ALL
145 #$(BUILD_DIR_SMB)/.configured: CONFIGURE_OPTIONS += --with-samfs=$(PROTO_DIR)/opt/SUNWsamfs/lib
190 waf configure $(WAFOPT1) $(CONFIGURE_OPTIONS) $(CONFIGURE_OPTIONS.$(BITS)) )
226 waf configure $(WAFOPT1) $(CONFIGURE_OPTIONS) $(CONFIGURE_OPTIONS.$(BITS)) )