search for: overlink

Displaying 10 results from an estimated 10 matches for "overlink".

Did you mean: overline
2013 Apr 06
2
[PATCH] Overlinking issues
Hi, please find attached two patches (against current git master) that fix overlinking issues in the pkg-config files and "locally", respectively. The first patch is originally due to Brad Smith, see the commit message for details. Here is some general information regarding overlinking in case anyone is wondering: http://wiki.mandriva.com/en/Overlinking Ulrich --...
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
Libraries that are used internally by libFLAC(++) but are not part of their API should be listed in pkg-config "private" clauses. Otherwise executables that are linked dynamically against libFLAC(++) will have unneeded direct dependencies (overlinking). Based on a patch by Brad Smith from https://sourceforge.net/p/flac/bugs/397/ that I updated to only include ogg if libFLAC is actually built with ogg support. --- configure.ac | 2 ++ src/libFLAC++/flac++.pc.in | 4 ++-- src/libFLAC/flac.pc.in | 4 +++- 3 files c...
2019 Oct 18
0
[Announce] Samba 4.11.1 Available for Download
...lundering into SMB1-specific calls. o Ralph Boehme <slow at samba.org> * BUG 14137: Fix stale file handle error when using mkstemp on a share. o Isaac Boukris <iboukris at gmail.com> * BUG 14106: Fix spnego fallback from kerberos to ntlmssp in smbd server. * BUG 14140: Overlinking libreplace against librt and pthread against every binary or library causes issues. o G?nther Deschner <gd at samba.org> * BUG 14130: s3-winbindd: Fix forest trusts with additional trust attributes. * BUG 14134: auth/gensec: Fix non-AES schannel seal. o Amitay Isaacs <ami...
2019 Oct 18
0
[Announce] Samba 4.11.1 Available for Download
...lundering into SMB1-specific calls. o Ralph Boehme <slow at samba.org> * BUG 14137: Fix stale file handle error when using mkstemp on a share. o Isaac Boukris <iboukris at gmail.com> * BUG 14106: Fix spnego fallback from kerberos to ntlmssp in smbd server. * BUG 14140: Overlinking libreplace against librt and pthread against every binary or library causes issues. o G?nther Deschner <gd at samba.org> * BUG 14130: s3-winbindd: Fix forest trusts with additional trust attributes. * BUG 14134: auth/gensec: Fix non-AES schannel seal. o Amitay Isaacs <ami...
2006 Nov 17
2
[LLVMdev] Registering '-march=' option for LLC
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...usterfs: Use pthreadpool for scheduling aio operations. o Aaron Haslett <aaronhaslett at catalyst.net.nz> * BUG 13977: ldb: baseinfo pack format check on init. * BUG 13978: ldb: ldbdump key and pack format version comments. o Amitay Isaacs <amitay at gmail.com> * BUG 14140: Overlinking libreplace against librt and pthread against every binary or library causes issues. * BUG 14147: ctdb-vacuum: Process all records not deleted on a remote node. o Bj?rn Jacke <bj at sernet.de> * BUG 14136: classicupgrade: Fix uncaught exception. * BUG 14139: fault.c: Improve...
2019 Oct 17
0
[Announce] Samba 4.10.9 Available for Download
...usterfs: Use pthreadpool for scheduling aio operations. o Aaron Haslett <aaronhaslett at catalyst.net.nz> * BUG 13977: ldb: baseinfo pack format check on init. * BUG 13978: ldb: ldbdump key and pack format version comments. o Amitay Isaacs <amitay at gmail.com> * BUG 14140: Overlinking libreplace against librt and pthread against every binary or library causes issues. * BUG 14147: ctdb-vacuum: Process all records not deleted on a remote node. o Bj?rn Jacke <bj at sernet.de> * BUG 14136: classicupgrade: Fix uncaught exception. * BUG 14139: fault.c: Improve...
2014 Nov 09
0
Re: use pkg-config to look up ncurses (#11)
NACK. Something needs to be done, but overlinking every program to ncurses isn't it. I think the configure script should prob look for ncurses or curses when tinfo/termcap doesn't exist. I'll have a look when I get back. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming a...
2013 Apr 06
0
[PATCH 2/2] Only link against libogg (and libm) if needed
Most of the programs don't use libogg or libm directly and should not link to them (overlinking). --- examples/c/decode/file/Makefile.am | 4 +--- src/flac/Makefile.am | 1 - src/metaflac/Makefile.am | 4 +--- src/plugin_xmms/Makefile.am | 1 - src/test_grabbag/cuesheet/Makefile.am | 4 +--- src/test_grabbag/picture/Makefile.am |...
2010 Oct 25
2
[nut-commits] svn commit r2610 - branches/silent_build
Citeren Arnaud Quette <aquette op alioth.debian.org>: > Log: > Optionaly enable silent build rules, using AM_SILENT_RULES, only if > it's supported (requires automake 1.11) Why do we need a new branch for this? As far as I can see, only the below lines are really needed > +dnl Currently, we only (force) enable silent rules if available > +dnl Verbose mode can be