search for: pkglibexecdir

Displaying 8 results from an estimated 8 matches for "pkglibexecdir".

2005 Apr 22
4
libexecdir and localstatedir problem
Hello, I'd really like to define the finale libexecdir and localstatedir through the configure-script. But the Makefiles are rewriting them. Not $libexecdir is used, but $pkglibexecdir. And $pkglibexecdir is always defined as $libexecdir/dovecot. But I don't want this trailing "/dovecot". Same with localstatedir. I want dovecot to use a certain path. But to this path, a "run/dovecot" is appended. I surely could build some patchfiles to change the Makefi...
2012 Mar 10
2
[Bug 776] New: pkglibexecdir prevents building on debian unstable
http://bugzilla.netfilter.org/show_bug.cgi?id=776 Summary: pkglibexecdir prevents building on debian unstable Product: ulogd Version: SVN (please provide timestamp) Platform: x86_64 OS/Version: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: ulogd AssignedTo: n...
2012 Jan 06
1
v2.1.rc3 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz.sig Whops, rc2 was missing a file. I always run "make distcheck", which should catch these, but recently it has always failed due to clang static checking giving one "error" that I didn't really want to fix. Because of that the distcheck didn't finish and
2012 Jan 06
1
v2.1.rc3 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz.sig Whops, rc2 was missing a file. I always run "make distcheck", which should catch these, but recently it has always failed due to clang static checking giving one "error" that I didn't really want to fix. Because of that the distcheck didn't finish and
2012 Jun 17
0
[ANNOUNCE] ulogd 2.0.0 release
...series! See ChangeLog that comes attached to this email for more details. You can download it from: http://www.netfilter.org/projects/ulogd/downloads.html ftp://ftp.netfilter.org/pub/ulogd/ Have fun! -------------- next part -------------- Bj?rn L?ssig (2): build: use pkglibdir instead of pkglibexecdir for automake doc: add documentation for SIGUSR2 Eric Leblond (8): Mysql schema: fix delimiter Mysql schema: fix procedure declaration ulogd.conf: fix mysql definition for NFCT autoconf: fix sqlite configure description message. HWHDR: Fix various crashes D...
2012 Aug 13
2
[PATCH] Replace hard-coded PKG_STATEDIR with state_dir setting
...kefile.am --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -9,6 +9,7 @@ -I$(top_srcdir)/src/lib-settings \ -I$(top_srcdir)/src/lib-master \ -DPKG_RUNDIR=\""$(rundir)"\" \ + -DPKG_STATEDIR=\""$(statedir)"\" \ -DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \ -DEXAMPLE_CONFIG_DIR=\""$(exampledir)"\" \ -DMODULEDIR=\""$(moduledir)"\" \ diff --git a/src/doveadm/doveadm-instance.c b/src/doveadm/doveadm-instance.c --- a/src/doveadm/doveadm-instance.c +++ b/src/doveadm/doveadm-instance.c @@ -48,7 +48...
2010 Jul 21
0
Samba install on AIX
...local/share/man"'; echo '#define MANEXT ""'; echo '#define PKGDATADIR "/usr/local/share/m4"'; echo '#define PKGINCLUDEDIR "/usr/local/include/m4"'; echo '#define PKGLIBDIR "/usr/local/lib/m4"'; echo '#define PKGLIBEXECDIR "/usr/local/libexec/m4"'; } | sed '/""/d' > configmake.h-t && if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then rm -f configmake.h-t; else rm -f configmake.h; mv configmake.h-t configmake.h; fi rm -f...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...Y, +# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# + + +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +N...