search for: ltlibrari

Displaying 6 results from an estimated 6 matches for "ltlibrari".

Did you mean: ltlibrary
2012 Mar 10
2
[Bug 776] New: pkglibexecdir prevents building on debian unstable
...mponent: ulogd AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy: b.laessig at tu-bs.de Estimated Hours: 0.0 Git Version of today (4bc3b22e426db1e592071ec2853fbd81525d4a61) autoreconf -fi failed with a lot of `pkglibexecdir' is not a legitimate directory for `LTLIBRARIES' variable `ulogd_filter_PRINTPKT_la_SOURCES' is defined but no program or library has `ulogd_filter_PRINTPKT_la' as canonical name (possible typo) After a search i replaced pkglibexecdir with pkglibdir, so i could compile and build a debian package. -- Configure bugmail: http://bug...
2012 Jul 23
1
[Bug 798] New: fix warning with newer automake
http://bugzilla.netfilter.org/show_bug.cgi?id=798 Summary: fix warning with newer automake Product: iptables Version: unspecified Platform: x86_64 OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: iptables AssignedTo: netfilter-buglog at lists.netfilter.org
2015 Mar 22
0
2.2.16 link failure on FreeBSD 10.1, with patch
...opefully helpful to someone. Jan Mikkelsen. Patch: --- dovecot-2.2.16/src/lib-charset/Makefile.in 2015-03-13 02:41:16.000000000 +1100 +++ dovecot-2.2.16.new/src/lib-charset/Makefile.in 2015-03-21 13:58:21.951293274 +1100 @@ -92,7 +92,7 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) -libcharset_la_LIBADD = +libcharset_la_LIBADD = $(LTLIBICONV) am_libcharset_la_OBJECTS = charset-iconv.lo charset-utf8.lo libcharset_la_OBJECTS = $(am_libcharset_la_OBJECTS) AM_V_lt = $(am__v_lt_ at AM_V@) Error messages: libtool: link: cc -std=gnu99 -I/usr/local/incl...
2006 Feb 03
0
rquotad (NFS) quota plugin
...tion+quota/src/plugins/quota/Makefile.am Fri Feb 3 13:56:11 2006 *************** *** 2,10 **** -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-dict \ -I$(top_srcdir)/src/lib-mail \ ! -I$(top_srcdir)/src/lib-storage ! lib01_quota_plugin_la_LDFLAGS = -module -avoid-version module_LTLIBRARIES = \ lib01_quota_plugin.la --- 2,11 ---- -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-dict \ -I$(top_srcdir)/src/lib-mail \ ! -I$(top_srcdir)/src/lib-storage \ ! -I$(top_srcdir)/src/lib-index ! lib01_quota_plugin_la_LDFLAGS = -module -avoid-version -lrpcsvc module_LTLIBR...
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles, Yes, it looks like my g++ does contain STL library which might be just my specific case... However, as a temporary solution I disabled nutclient in Makefile (please find the file attached). And nut-2.7.3 can be compiled now. Thanks, Sergey On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 6, 2015, at 10:32 AM, Sergey Talchuk
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...rc/lib-imap \ + -I$(top_srcdir)/src/lib-index \ + -I$(top_srcdir)/src/lib-mail \ + -I$(top_srcdir)/src/lib-storage \ + -I$(top_srcdir)/src/imap + +imap_moduledir = $(moduledir)/imap + +lib10_urlauth_plugin_la_LDFLAGS = -module -avoid-version +lib10_urlauth_plugin_la_LIBADD = -lcrypto + +imap_module_LTLIBRARIES = \ + lib10_urlauth_plugin.la + +lib10_urlauth_plugin_la_SOURCES = \ + urlauth-keys.c \ + urlauth-plugin.c \ + urlauth.c + +noinst_HEADERS = \ + urlauth-plugin.h diff -Nur dovecot-1.2.11/src/plugins/urlauth/Makefile.in dovecot-1.2.11+lemonade/src/plugins/urlauth/Makefile.in --- dovecot-1.2.11/src...