search for: ldadd

Displaying 20 results from an estimated 41 matches for "ldadd".

Did you mean: ldbadd
2023 Nov 09
2
2.8.1 build buglet: sockdebug.c
...es those variables to exist. Nut does define them: work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; but not in sockdebug. In server/Makefile.am, tcpwrappers are added for all targets: if WITH_WRAP LDADD += $(LIBWRAP_LIBS) endif I don't know if the right fix is define these in sockdebug.c change LDADD to be only for upsd or something else. I think I'm going to just patch out building sockdebug for now. Or is that supposed to be installed for user use? (If so, it really should...
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...-0000 1.3 +++ patches/patch-examples_Makefile_in 25 Aug 2009 14:46:39 -0000 @@ -1,17 +1,12 @@ $OpenBSD: patch-examples_Makefile_in,v 1.3 2008/07/25 14:20:18 brad Exp $ ---- examples/Makefile.in.orig Wed Apr 16 16:26:15 2008 -+++ examples/Makefile.in Tue Jul 15 17:08:10 2008 -@@ -251,11 +251,11 @@ LDADD = ../lib/libtheora.la $(OGG_LIBS) - LDADDENC = ../lib/libtheoraenc.la ../lib/libtheoradec.la $(OGG_LIBS) +--- examples/Makefile.in.orig Wed Aug 12 11:58:08 2009 ++++ examples/Makefile.in Wed Aug 12 21:46:06 2009 +@@ -173,7 +173,7 @@ LDADDENC = ../lib/libtheoraenc.la ../lib/libtheoradec. + dump_v...
2008 Apr 30
2
openSUSE 11.0 - NUT
Stan, I'm very pleased to see you back to work with us on enhancing nut in that many areas ;-) 2008/4/30 Stanislav Brabec <sbrabec at suse.cz>: > Stanislav Brabec wrote: > > > Please note that 2.2.2-pre3 installs hald addons by default to / on > > openSUSE 11.0 beta 2 x86_64. Not a big problem. > > Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64:
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...them: > > work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; > work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; > > but not in sockdebug. > > In server/Makefile.am, tcpwrappers are added for all targets: > > if WITH_WRAP > LDADD += $(LIBWRAP_LIBS) > endif > > > I don't know if the right fix is > > define these in sockdebug.c > > change LDADD to be only for upsd > > or something else. > > I think I'm going to just patch out building sockdebug for now. Or is > that suppos...
2004 Sep 10
1
-lm ordering
On Wed, Oct 31, 2001 at 08:40:42PM -0800, Josh Coalson wrote: > let me lateral to Matt, not being a proficient libtool guy... is it OK > to put the -lm in using _LDADD? I have this vague memory of having to > do this some other way for some reason. It looks like LDADD is the right place for it, though the double negative is a prone to misinterpretation: `maude_LDADD' Extra objects can be added to a shared library or a program by listing them i...
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
...them: > > work/nut-2.8.1/server/upsd.c:int allow_severity = LOG_INFO; > work/nut-2.8.1/server/upsd.c:int deny_severity = LOG_WARNING; > > but not in sockdebug. > > In server/Makefile.am, tcpwrappers are added for all targets: > > if WITH_WRAP > LDADD += $(LIBWRAP_LIBS) > endif > > > I don't know if the right fix is > > define these in sockdebug.c > > change LDADD to be only for upsd > > or something else. > > I think I'm going to just patch out building sockdebug for now. Or is > that suppos...
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was released!.. Trick or treat?! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2023 Oct 31
5
NUT v2.8.1 is released
...it was almost midnight, Cinderella became a pumpkin, and NUT was released!.. Trick or treat?! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231031/f3590340/attachment.htm>
2020 Oct 15
3
Out-of-line atomics implementation ways
...f implementation. More specifically: 1. Pass to expand atomics to library helper functions calls. These helpers test for the presence of LSE instructions and dispatch to corresponding sequence of instructions. There are 100 helpers resulting from various combinations of instruction = { cas| swp | ldadd | ldset| ldclr| ldeor }, memory model = { relax, acq, rel, acq_rel } and size = {1, 2, 4 , 8, 16}. I am considering two possibilities: i. Atomic Expand pass: add new AtomicExpansionKind::OutOfLine, and if it was set by target expand atomics to RTLIB libcalls. It will require to add 100 new "s...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...e examples/Makefile vq/Makefile) diff -bBu2rN -x CVS -x Make*in -x aclocal.m4 vorbis-trunk/examples/Makefile.am vorbis/examples/Makefile.am --- vorbis-trunk/examples/Makefile.am Wed Nov 8 02:13:57 2000 +++ vorbis/examples/Makefile.am Thu Nov 9 21:34:16 2000 @@ -9,15 +9,15 @@ LDFLAGS = -static -LDADD = ../lib/libvorbis.la +LDADD = ../lib/libvorbis.la $(OGG_LIBS) decoder_example_SOURCES = decoder_example.c encoder_example_SOURCES = encoder_example.c -encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la +encoder_example_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la $(OGG_L...
2009 Aug 05
2
using gnulib from daemon/
...modules. >From 21c185b04a41f61c06a64d1d4076aff4a98d0d40 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Wed, 5 Aug 2009 05:59:19 -0400 Subject: [PATCH] daemon: use gnulib * Makefile.am (SUBDIRS): Define. (AM_CPPFLAGS): Define, to include from gnulib's lib/ (LDADD): Define, to link with gnulib's libgnu.a. * configure.ac: Use AC_CONFIG_AUX_DIR([build-aux]), gl_EARLY, gl_INIT. (AC_CONFIG_FILES): Add lib/Makefile and tests/Makefile * m4/gnulib-cache.m4: New file, generated by running ../.gnulib/gnulib-tool --import --with-tests hash * .gitignore: Ignore all...
2017 Mar 11
1
Need nutdrv_atcl_usb for Windows port
...me as latest NUT linux version): elsif ($nameFile eq "nutdrv_atcl_usb.c") { $driver="nutdrv_atcl_usb"; - Patched the "makefile.am" in the drivers folder so it will include the source in the build. I added nutdrv_atcl_usb to the USB_LIBUSB_DRIVERLIST and added the LDADD/CFLAGS. NOTE:* I have no idea what those edits do.* The only thing I wanted is the compiler to see the new source and compile it. So I just blindly searched mentions of the driver inside all the latest linux build sources and tried to patch them the same way on the outdated windows port. The two f...
2017 Feb 05
0
Re: Panic error from dovecot 2.2.27 using libressl 2.4.5 (cross-posting at GitHub)
Sorry for finnish. I think it might also work with libtool flag -static in Makefile.am LDADD flags.---Aki TuomiDovecot oy -------- Original message --------From: Aki Tuomi <aki.tuomi at dovecot.fi> Date: 05/02/2017 20:21 (GMT+02:00) To: Dovecot Mailing List <dovecot at dovecot.org> Subject: Re: Panic error from dovecot 2.2.27 using libressl 2.4.5 (cross-posting at GitHub)...
2023 Nov 09
1
2.8.1 build buglet: sockdebug.c
Jim Klimov <jimklimov+nut at gmail.com> writes: > By the way, on the NUT CI farm the libwrap is present on some (though not > all) systems - covering linux, freebsd, openindiana... and neither > complained about `sockdebug` :\ > > What version do you have? Maybe it is some alternate implementation? Looks like 7.4, as amended in NetBSD over the years. Looks like the
2016 Feb 15
0
[ANNOUNCE] libdrm 2.4.67
...tests/amdgpu: add a test for cp dma copy Chunming Zhou (2): amdgpu: validate user memory for userptr tests/amdgpu: add semaphore test Damien Lespiau (1): xf86drm: Bound strstr() to the allocated data Emil Velikov (4): tests/kmstest: inverse the order of LDADD libraries amdgpu: add libdrm as private requirement/dependency radeon: add libdrm to Requires.private libkms: add libdrm to Requires.private Eric Anholt (3): vc4: Add the DRM header file. util: Add support for vc4. vc4: Add headers and .pc files for VC4 user...
2015 Feb 25
0
[PATCH 1/2] nouveau: make nouveau importing global buffers completely thread-safe, with tests
...le.am > @@ -0,0 +1,15 @@ > +AM_CPPFLAGS = \ > + -I$(top_srcdir)/include/drm \ > + -I$(top_srcdir)/nouveau \ > + -I$(top_srcdir) > + > +AM_CFLAGS = -Wall -Werror Please use $(WARN_CFLAGS) > +AM_LDFLAGS = -pthread > + I assume that adding -lpthread to the LDADD below will be better, but I'm not 100% sure. > +LDADD = -ldl \ > + ../../nouveau/libdrm_nouveau.la \ > + ../../libdrm.la > + Move -ldl at the bottom of the list so that it doesn't bite us in the future. > +noinst_PROGRAMS = \ > + threaded If you want yo...
2000 Dec 29
5
build process patches
...Applies to: vorbis/acinclude.m4 vorbis-tools/acinclude.m4 - Patch 3: Allows vorbis-tools packages to be linked statically. The linker flags are in the wrong order for static linking (regardless of your compiler), and the wrong automake keyword suffix is used (LDFLAGS instead of LDADD). If you configure vorbis-tools with "--enable-static --disable-shared" (these are legal options), oggenc and ogg123 will fail to link properly if libao, libogg, or libvorbis were compiled statically (which is also legal). Applies to: vorbis-tools/ogg123/Makefile.am vor...
2004 Sep 10
2
-lm ordering
...v56", 1:11 vs. 2:03 for encoding a test track with default parameters. This may also be due to the Compaq math library. --- src/flac/Makefile.am.orig Tue Aug 28 15:58:11 2001 +++ src/flac/Makefile.am Tue Aug 28 15:58:19 2001 @@ -29,5 +29,4 @@ encode.h \ file.h -flac_LDFLAGS = -lm -flac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la +flac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm --- src/test_streams/Makefile.am.orig Tue Aug 28 16:00:17 2001 +++ src/test_streams/Makefile.am Tue Aug 28 16:00:28 2001 @@ -20,6 +20,6 @@ noinst_PROGRAMS = test_streams test_streams_SOURCES = \ ma...
2020 Oct 15
0
Out-of-line atomics implementation ways
...of implementation. More specifically: 1. Pass to expand atomics to library helper functions calls. These helpers test for the presence of LSE instructions and dispatch to corresponding sequence of instructions. There are 100 helpers resulting from various combinations of instruction = { cas| swp | ldadd | ldset| ldclr| ldeor }, memory model = { relax, acq, rel, acq_rel } and size = {1, 2, 4 , 8, 16}. I am considering two possibilities: i. Atomic Expand pass: add new AtomicExpansionKind::OutOfLine, and if it was set by target expand atomics to RTLIB libcalls. It will require to add 100 new "s...
2015 Feb 24
4
[PATCH 1/2] nouveau: make nouveau importing global buffers completely thread-safe, with tests
...au/Makefile.am b/tests/nouveau/Makefile.am new file mode 100644 index 0000000..8e3392e --- /dev/null +++ b/tests/nouveau/Makefile.am @@ -0,0 +1,15 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir)/include/drm \ + -I$(top_srcdir)/nouveau \ + -I$(top_srcdir) + +AM_CFLAGS = -Wall -Werror +AM_LDFLAGS = -pthread + +LDADD = -ldl \ + ../../nouveau/libdrm_nouveau.la \ + ../../libdrm.la + +noinst_PROGRAMS = \ + threaded + diff --git a/tests/nouveau/threaded.c b/tests/nouveau/threaded.c new file mode 100644 index 0000000..490a7fa --- /dev/null +++ b/tests/nouveau/threaded.c @@ -0,0 +1,140 @@ +/* + * Copyright © 2015 Can...