Masato Taruishi
taru****@users*****
2005年 1月 24日 (月) 19:33:22 JST
=================================================================== RCS file: plugin/slapd/upstream/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- plugin/slapd/upstream/Makefile.am 2005/01/11 09:52:22 1.11 +++ plugin/slapd/upstream/Makefile.am 2005/01/24 10:33:22 1.12 @@ -15,7 +15,7 @@ cd build-tree && tar zxf ../openldap-$(OPENLDAP_VERSION).tgz cd build-tree/openldap-$(OPENLDAP_VERSION) && for f in $(PATCHES); do patch -p1 < ../../$$f; done chmod 755 build-tree/openldap-$(OPENLDAP_VERSION)/tests/scripts/test101-syncbackup - cd build-tree/openldap-$(OPENLDAP_VERSION) && ./configure --enable-hdb --prefix=${moduledir}/slapd --sysconfdir=${sysconfdir}/ultrapossum/slapd --localstatedir=${localstatedir}/lib/ultrapossum/slapd/ + cd build-tree/openldap-$(OPENLDAP_VERSION) && CFLAGS='-Wall -g -D_FILE_OFFSET_BITS=64 -DOPENLDAP_FD_SETSIZE=8192' ./configure --enable-hdb --prefix=${moduledir}/slapd --sysconfdir=${sysconfdir}/ultrapossum/slapd --localstatedir=${localstatedir}/lib/ultrapossum/slapd/ check-local: $(MAKE) -C build-tree/openldap-$(OPENLDAP_VERSION) test