Displaying 17 results from an estimated 17 matches for "noplugin_ldflag".
Did you mean:
noplugin_ldflags
2012 Oct 10
1
[PATCH] dovadm plugins underlinking
...library: [libc.so.0.9.32]
Below is a patch that should solve it.
---
diff -r 4d268e810c15 src/plugins/acl/Makefile.am
--- a/src/plugins/acl/Makefile.am Mon Oct 08 08:53:54 2012 +0300
+++ b/src/plugins/acl/Makefile.am Wed Oct 10 11:03:49 2012 +0200
@@ -10,7 +10,8 @@
-I$(top_srcdir)/src/doveadm
NOPLUGIN_LDFLAGS =
-lib10_doveadm_acl_plugin_la_LDFLAGS = -module -avoid-version
+lib10_doveadm_acl_plugin_la_LDFLAGS = -module -avoid-version
-Wl,-rpath,$(moduledir)
+lib10_doveadm_acl_plugin_la_LIBADD = $(module_LTLIBRARIES)
lib01_acl_plugin_la_LDFLAGS = -module -avoid-version
module_LTLIBRARIES = \
diff -r 4...
2011 Nov 19
2
issues with 2.1b1 on OS X
...already mentioned in an earlier thread by a BSD user
(http://dovecot.org/list/dovecot/2011-September/061201.html). I just
wanted to point out that the error is still occurring in spite of a new
test for GNU ld in the configure script. I needed to remove
"-no-undefined" specifically:
#NOPLUGIN_LDFLAGS="-no-undefined"
if test "$with_gnu_ld" = yes; then
NOPLUGIN_LDFLAGS="$NOPLUGIN_LDFLAGS -Wl,--as-needed"
fi
More important, Dovecot aborts on launch with the following error:
Nov 19 10:23:52 kerio2 dovecot[33553]: master: Fatal: kevent(EV_ADD,
R...
2019 Jan 13
3
[FTS Xapian] Beta release
...9;autoconf' again
src/Makefile.am: error: C++ source seen but 'CXX' is undefined
src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no program or
src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible typo)
autoreconf: automake failed with exit status: 1
?
On 2019-01-13 20:24, Stephan Bosch wrote:
Oh, right, a distribution tarball doesn't include some of the necessary files...
2019 Jan 13
3
[FTS Xapian] Beta release
...akefile.am: error: C++ source seen but 'CXX' is undefined
>> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
>> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
>> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined
>> but no program or
>> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name
>> (possible typo)
>> autoreconf: automake failed with exit status: 1
>>
>>
>>
>> On 2019-01-13 20:24, Stephan Bosch wrote:
>>
>&g...
2011 Sep 16
2
v2.1.alpha2 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz.sig
This is actually looking rather stable. I'm still calling it "alpha" in
case I think of doing some more API changes, but I think the next one
will be called "beta1", hopefully soon followed by "rc1".
- Statistics gathering
2011 Sep 16
2
v2.1.alpha2 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha2.tar.gz.sig
This is actually looking rather stable. I'm still calling it "alpha" in
case I think of doing some more API changes, but I think the next one
will be called "beta1", hopefully soon followed by "rc1".
- Statistics gathering
2019 Jan 14
2
[FTS Xapian] Beta release
...n
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no
> program or
> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible
> typo)
> autoreconf: automake failed with exit status: 1
>
>
>
> On 2019-01-13 20:24, Stephan Bosch wrote:
>
> Oh, right, a distribution tarball d...
2019 Jan 13
0
[FTS Xapian] Beta release
...n
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no program or
> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible typo)
> autoreconf: automake failed with exit status: 1
>
> On 2019-01-13 20:24, Stephan Bosch wrote:
> Oh, right, a distribution tarball doesn't include some of...
2019 Jan 14
0
[FTS Xapian] Beta release
...n
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no program or
> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible typo)
> autoreconf: automake failed with exit status: 1
>
> On 2019-01-13 20:24, Stephan Bosch wrote:
>
> Oh, right, a distribution tarball doesn't include som...
2019 Jan 14
3
[FTS Xapian] Beta release
...akefile.am: error: C++ source seen but 'CXX' is undefined
>> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
>> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
>> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but
>> no program or
>> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible
>> typo)
>> autoreconf: automake failed with exit status: 1
>>
>>
>>
>> On 2019-01-13 20:24, Stephan Bosch wrote:
>>
>>...
2019 Jan 14
0
[FTS Xapian] Beta release
...t; src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
> src/Makefile.am: to 'configure.ac [1]' and run 'autoconf' again.
> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no program or
> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible typo)
> autoreconf: automake failed with exit status: 1
>
> On 2019-01-13 20:24, Stephan Bosch wrote:
>
> Oh, right, a distribution tarball doesn't include som...
2019 Jan 14
2
[FTS Xapian] Beta release
...39;AC_PROG_CXX'
>>> src/Makefile.am:?to?'configure.ac
>>> <http://configure.ac>'?and?run?'autoconf'?again.
>>> src/Makefile.am:11: warning: variable
>>> 'NOPLUGIN_LDFLAGS' is defined but no program or
>>> src/Makefile.am:11: library has 'NOPLUGIN' as
>>> canonical name (possible typo)
>>> autoreconf:?automake?failed?with?exit?status:?1
>>>
>>>
>&g...
2019 Jan 14
3
[FTS Xapian] Beta release
...ource seen but 'CXX' is undefined
>>>> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
>>>> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
>>>> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no program or
>>>> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible typo)
>>>> autoreconf: automake failed with exit status: 1
>>>>
>>>>
>>>>
>>>> On 2019-01-13 20:24, Steph...
2019 Jan 14
0
[FTS Xapian] Beta release
...n
> src/Makefile.am: error: C++ source seen but 'CXX' is undefined
> src/Makefile.am: The usual way to define 'CXX' is to add 'AC_PROG_CXX'
> src/Makefile.am: to 'configure.ac' and run 'autoconf' again.
> src/Makefile.am:11: warning: variable 'NOPLUGIN_LDFLAGS' is defined but no program or
> src/Makefile.am:11: library has 'NOPLUGIN' as canonical name (possible typo)
> autoreconf: automake failed with exit status: 1
>
> On 2019-01-13 20:24, Stephan Bosch wrote:
>
> Oh, right, a distribution tarball doesn't include som...
2019 Jan 13
1
[FTS Xapian] Beta release
Please kindly check https://github.com/grosjo/fts-xapian
On 2019-01-13 20:11, Aki Tuomi wrote:
> If you had looked at what I sent, you'd seen it's quite different from what you sent.
>
> Anyways, put the contents of skeleton.tar.gz and
>
> ./src/plugins/fts-xapian/fts-xapian-plugin.h
> ./src/plugins/fts-xapian/fts-backend-xapian.cpp
>
2019 Jan 14
0
[FTS Xapian] Beta release
...39;?is?to?add?'AC_PROG_CXX'
>> src/Makefile.am:?to?'configure.ac
>> <http://configure.ac>'?and?run?'autoconf'?again.
>> src/Makefile.am:11: warning: variable
>> 'NOPLUGIN_LDFLAGS' is defined but no program or
>> src/Makefile.am:11: library has 'NOPLUGIN' as
>> canonical name (possible typo)
>> autoreconf:?automake?failed?with?exit?status:?1
>>
>>
>>
>>...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...R_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MODULE_LIBS=''
MODULE_SUFFIX=''
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LIBS=''
NM=''
NMEDIT=''
NOPLUGIN_LDFLAGS=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='dovecot'
PACKAGE_BUGREPORT='dovecot at dovecot.org'
PACKAGE_NAME='Dovecot'
PACKAGE_STRING='Dovecot 2.2.2'
PACKAGE_TARNAME='dovecot'
PACKAGE_VERSION='2.2.2'
P...