search for: dsysconfdir

Displaying 20 results from an estimated 57 matches for "dsysconfdir".

Did you mean: sysconfdir
1999 Dec 28
1
Patch to detect perl using autoconf
...Tue Dec 28 10:22:27 1999 +++ Makefile.in Tue Dec 28 10:23:54 1999 @@ -25,6 +25,7 @@ AR=@AR@ RANLIB=@RANLIB@ INSTALL=@INSTALL@ +PERL=@PERL@ LDFLAGS=-L. @LDFLAGS@ GNOME_CFLAGS=`gnome-config --cflags gnome gnomeui` @@ -89,7 +90,7 @@ *.1 *.8 sshd_config ssh_config manpages: - $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.1.in $(srcdir)/*.8.in \ + $(PERL) $(FIXPATHS) -Dsysconfdir=${sysconfdir} $(srcdir)/*.1.in $(srcdir)/*.8.in \ $(srcdir)/ssh_config.in $(srcdir)/sshd_config.in install: all
2010 Apr 03
2
dovecot-2.0.beta4: compiler gets stuck making master-service-settings.o Mac OS X 10.6.2
...ent: MacOS X 10.6.2, Xcode 3.2.1 (gcc-4.2) Problem: ./configure --sysconfdir=/usr/local/conf/ make [...] /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-settings -DPKG_RUNDIR=\""/usr/local/var/run/dovecot"\" -DSYSCONFDIR=\""/usr/local/conf/dovecot"\" -DBINDIR=\""/usr/local/bin"\" -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -MT master-service-settings.lo -MD -MP -...
2018 Dec 29
5
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...install it from ports. Chris "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/var/run/dovecot"\" -DPKG_STATEDIR=\""/var/lib/dovecot"\" -DSYSCONFDIR=\""/etc/dovecot"\" -DBINDIR=\""/usr/bin"\" -I/usr/local/include -std=gnu99 -fdiagnostics-color -Wl,-rpath=/usr/local/llvm40/lib -O2 -pipe -march=native -fno-strict-aliasing -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-pro...
2019 Feb 05
4
Release notify (2.2.36.1 and 2.3.4.1)
...E_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns > -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W > -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith > -Wchar-subscripts...
2019 Feb 05
4
Release notify (2.2.36.1 and 2.3.4.1)
...E_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns > -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W > -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith > -Wchar-subscripts...
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
...../src/lib-dns >> > -I../../src/lib-test -I../../src/lib-settings >> -I../../src/lib-ssl-iostream >> > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" >> > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" >> > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" >> > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 >> > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W >> > -Wmissing-prototypes -Wmissing-declarations -Wpointer-ar...
2019 Feb 05
3
Release notify (2.2.36.1 and 2.3.4.1)
Due to DMARC issues some people have failed to receive the latest security information, so here it is repeated for both releases: 2.3.4.1 https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz.sig <https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz.sig> Binary packages in https://repo.dovecot.org/ * CVE-2019-3814: If
2019 Feb 05
3
Release notify (2.2.36.1 and 2.3.4.1)
Due to DMARC issues some people have failed to receive the latest security information, so here it is repeated for both releases: 2.3.4.1 https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.4.1.tar.gz.sig <https://dovecot.org/releases/2.3/dovecot-2.3.2.tar.gz.sig> Binary packages in https://repo.dovecot.org/ * CVE-2019-3814: If
2019 Jan 20
2
2.3.4 doesnt compile on FreeBSD 11.2 using clang
...Chris > > "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib > -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings > -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/var/run/dovecot"\" > -DPKG_STATEDIR=\""/var/lib/dovecot"\" -DSYSCONFDIR=\""/etc/dovecot"\" > -DBINDIR=\""/usr/bin"\" -I/usr/local/include -std=gnu99 > -fdiagnostics-color -Wl,-rpath=/usr/local/llvm40/lib -O2 -pipe > -march=native -fno-strict-aliasing -fstack-protector-strong > -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -W...
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
..../../src/lib-test -I../../src/lib-settings >>>> -I../../src/lib-ssl-iostream >>>> > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" >>>> > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" >>>> > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" >>>> > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 >>>> > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall >>>> -W >>>> > -Wmissing-proto...
2019 Feb 05
2
Release notify (2.2.36.1 and 2.3.4.1)
...b-settings >>>>>> -I../../src/lib-ssl-iostream >>>>>> > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" >>>>>> > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" >>>>>> > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" >>>>>> > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 >>>>>> > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 >>>>>> -Wall -W >>>&...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...aster' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-fun...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...aster' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-fun...
2018 Nov 23
3
v2.3.4 released
...E_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns > -I../../src/lib-test -I../../src/lib-settings -I../../src/lib-ssl-iostream > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W > -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith > -Wchar-subscripts...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...I../../src/lib -I../../src/lib-dns > > -I../../src/lib-test -I../../src/lib-settings > -I../../src/lib-ssl-iostream > > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" > > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" > > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" > > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 > > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W > > -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith > &gt...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...I../../src/lib -I../../src/lib-dns > > -I../../src/lib-test -I../../src/lib-settings > -I../../src/lib-ssl-iostream > > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" > > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" > > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" > > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 > > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W > > -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith > &gt...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...gt;> > -I../../src/lib-test -I../../src/lib-settings >>> -I../../src/lib-ssl-iostream >>> > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" >>> > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" >>> > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" >>> > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 >>> > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W >>> > -Wmissing-prototypes -Wmissing-declarations...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...t -I../../src/lib-settings >>>>> -I../../src/lib-ssl-iostream >>>>> > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" >>>>> > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" >>>>> > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" >>>>> > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 >>>>> > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall >>>>> -W >>>>> >...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
...gt;>>>>> -I../../src/lib-ssl-iostream >>>>>>> > -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" >>>>>>> > -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" >>>>>>> > -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" >>>>>>> > -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 >>>>>>> > -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 >>>>>>> -Wall -W &...
2019 Feb 05
0
Release notify (2.2.36.1 and 2.3.4.1)
.../../src/lib-settings -I../../src/lib-ssl-iostream </div> <div> -DPKG_RUNDIR=\""/opt/dovecot2.3/var/run/dovecot"\" </div> <div> -DPKG_STATEDIR=\""/opt/dovecot2.3/var/lib/dovecot"\" </div> <div> -DSYSCONFDIR=\""/opt/dovecot2.3/etc/dovecot"\" </div> <div> -DBINDIR=\""/opt/dovecot2.3/bin"\" -std=gnu99 -g -O2 </div> <div> -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W </div> <div>...