search for: extra_cflags

Displaying 20 results from an estimated 103 matches for "extra_cflags".

Did you mean: extra_aflags
2018 Sep 06
2
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
Hi Martin, Thanks for your response! I haven't tested compiling OpenJDK 12-dev with LLVM toolchain, perhaps the issue had been fixed already, because clang treat invalid argument '-std=gnu++98' not allowed with 'C' as error. It is better only apply EXTRA_CFLAGS to C without EXTRA_CXXFLAGS. Furthermore, I just have interest, did you use clang analyzer, sanitizer and libfuzzer towards hotspot and jdk native library? Thanks! 在 2018年09月06日 02:10, Martin Buchholz 写道: > We seem to have some confusion about flags for C vs. flags for C++. > Most flags...
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...t-cc-plugin.pod b/plugins/cc/nbdkit-cc-plugin.pod > index 2974890c..2bc3cfb8 100644 > --- a/plugins/cc/nbdkit-cc-plugin.pod > +++ b/plugins/cc/nbdkit-cc-plugin.pod > @@ -45,9 +45,12 @@ To replace the compiler flags: > > The plugin parameters C<CC>, C<CFLAGS> and C<EXTRA_CFLAGS> (written in > uppercase) can be used to control which C compiler and C compiler > -flags are used. If not set, the default compiler and flags from when > -nbdkit was itself compiled from source are used. To see what those > -were you can do: > +flags are used. If not set, you...
2018 Sep 06
1
[RFR] JDK-8156980: Hotspot build doesn't have -std=gnu++98 gcc option
...tin, > > Thanks for your response! > > I haven't tested compiling OpenJDK 12-dev with LLVM toolchain, perhaps the > issue had been fixed already, because clang treat invalid argument > '-std=gnu++98' not allowed with 'C' as error. It is better only apply > EXTRA_CFLAGS to C without EXTRA_CXXFLAGS. > > Furthermore, I just have interest, did you use clang analyzer, sanitizer > and libfuzzer towards hotspot and jdk native library? Thanks! > > > 在 2018年09月06日 02:10, Martin Buchholz 写道: > >> We seem to have some confusion about flags for C v...
2008 Feb 02
16
[patch 00/16] ocfs2: SLES10 compatibility patch queue
Here is the original set of fixes, split out into 14 individual ones. In addition to splitting them out, I also changed the ones that were HAS_* to NO_* as requested. The last two patches are needed to build on openSUSE 10.3 which is based on 2.6.22. I used it as a sanity check and found those failures. -Jeff -- Jeff Mahoney SUSE Labs
2023 Aug 18
1
[nbdkit PATCH] cc: Allow configuration without absolute paths
...diff --git a/plugins/cc/nbdkit-cc-plugin.pod b/plugins/cc/nbdkit-cc-plugin.pod index 2974890c..2bc3cfb8 100644 --- a/plugins/cc/nbdkit-cc-plugin.pod +++ b/plugins/cc/nbdkit-cc-plugin.pod @@ -45,9 +45,12 @@ To replace the compiler flags: The plugin parameters C<CC>, C<CFLAGS> and C<EXTRA_CFLAGS> (written in uppercase) can be used to control which C compiler and C compiler -flags are used. If not set, the default compiler and flags from when -nbdkit was itself compiled from source are used. To see what those -were you can do: +flags are used. If not set, you can hardcode the default...
2008 May 15
3
[PATCH 1/4] ocfs2: Fixes pipe_buf_operations->pin switch to confirm in 2.6.23.
...rce doesn't need to know to include compat headers # the compat header file names don't go through the search path diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 46aa8ee..4d1fddb 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile @@ -168,6 +168,10 @@ ifdef HAS_FOPS_SENDFILE EXTRA_CFLAGS += -DHAS_FOPS_SENDFILE endif +ifdef NO_CONFIRM_IN_STRUCT_PIPE_BUF_OPERATIONS +EXTRA_CFLAGS += -DNO_CONFIRM_IN_STRUCT_PIPE_BUF_OPERATIONS +endif + # # Since SUBDIRS means something to kbuild, define them safely. Do not # include trailing slashes. diff --git a/kapi-compat/include/pipe_buf_oper...
2007 Apr 15
1
dovecot pam const
...rs have changed const-ness between releases. Also, actually testing constness is great for supporting new implementations that may come out. Here is the autoconf test I use in pam_otp_auth: --8<-- # Check PAM headers for brokenness otp_CFLAGS="$CFLAGS" # save CFLAGS="$CFLAGS $EXTRA_CFLAGS -Werror" # Linux-PAM has (incorrectly) overdone const AC_MSG_CHECKING(for extra const in PAM headers) AC_TRY_COMPILE([#include <security/pam_appl.h>], [ pam_handle_t *pamh = NULL; char *item; pam_get_item(pamh, PAM_SERVICE,...
2008 Feb 28
1
quickfix for building zaptel with 2.6.24?
Hi, I am trying to build zaptel 1.4.8 with kernel 2.6.24 on debian/sid: zenon:~# module-assistant -t build zaptel make[3]: Entering directory `/usr/src/linux-2.6.24.3' scripts/Makefile.build:46: *** CFLAGS was changed in "/usr/src/modules/zaptel/Makefile". Fix it to use EXTRA_CFLAGS. Stop. Is there a quickfix out there? Thanks,
2020 Feb 21
1
Test failure on ARM: backtrace_append
Le Fri, 21 Feb 2020 07:25:15 +0200 (EET), Aki Tuomi <aki.tuomi at open-xchange.com> a ?crit : > Thank you, > > as I don't have arm at hand, can you provide > > gdb .test-lib core > bt full > > output? > --- > Aki Tuomi > There you are (sorry for the long file names, that's how guix works, it's expected): [New LWP 21501] Core was generated
2005 Mar 28
4
Problem with bindings and MinGW
...t, use xapian-config to determine it" # please do not change the lines below EXTRA_LDFLAGS = ( "-v -Wl,--enable-runtime-pseudo-reloc " "-L%(xapianbase)s/lib -lstdc++ " "-lxapianqueryparser -lxapian " % {'xapianbase': XAPIAN_BASE}).split() EXTRA_CFLAGS = ( "-I%(xapianbase)s/include " % {'xapianbase': XAPIAN_BASE}).split() DATA_FILES = [] if sys.platform == "win32": df = ( "%(xapianbase)s/bin/libxapianqueryparser-5.dll " "%(xapianbase)s/bin/libxapian-5.dll " % {...
2005 Mar 28
4
Problem with bindings and MinGW
...t, use xapian-config to determine it" # please do not change the lines below EXTRA_LDFLAGS = ( "-v -Wl,--enable-runtime-pseudo-reloc " "-L%(xapianbase)s/lib -lstdc++ " "-lxapianqueryparser -lxapian " % {'xapianbase': XAPIAN_BASE}).split() EXTRA_CFLAGS = ( "-I%(xapianbase)s/include " % {'xapianbase': XAPIAN_BASE}).split() DATA_FILES = [] if sys.platform == "win32": df = ( "%(xapianbase)s/bin/libxapianqueryparser-5.dll " "%(xapianbase)s/bin/libxapian-5.dll " % {...
2013 Apr 20
5
configure error using Lustre 2.3 and OFED 3.5
...58.2.1.el6.x86_64.crt1/include -I/admin/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1/include -I/admin/extra/l inux-2.6.32-358.2.1.el6.x86_64.crt1/include2 -include include/linux/autoconf.h -o tmp_include_depends -o scripts -o include/config/MAR KER -C /admin/extra/linux-2.6.32-358.2.1.el6.x86_64.crt1 EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/home/mhebenst/lustre -2.3.0/libcfs/include -I/home/mhebenst/lustre-2.3.0/lnet/include -I/home/mhebenst/lustre-2.3.0/lustre/include -I/usr/local/ofed/3.5/sr c/compat-rdma-3.5/include M=/home/mhebenst/lustre-2.3.0/build make[1]: Warning: File `/home/mheben...
2006 Oct 18
21
[PATCH][RESEND] PV drivers for HVM guests
I am enclosing the patch I have been working on. I have tested this on sles9 (2.6.5) and RHEL 4 (2.6.9). The patch applies cleanly on ChangeSet 11635. This patch was cleaned up based on Ian''s and DOI''s work. Signed-off-by: K. Y. Srinivasan (ksrinivasan@novell.com) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2015 Sep 30
5
ERROR Installing Cisco AnyConnect on Centos 6x
...// //Making module// //make -C /lib/modules/2.6.32-573.7.1.el6.x86_64/build SUBDIRS=/root/vpnclient modules// //make[1]: Entering directory `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'// //scripts/Makefile.build:49: *** CFLAGS was changed in "/root/vpnclient/Makefile". Fix it to use EXTRA_CFLAGS. Stop.// //make[1]: *** [_module_/root/vpnclient] Error 2// //make[1]: Leaving directory `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'// //make: *** [default] Error 2// //Failed to make module "cisco_ipsec.ko".// /
2012 Mar 16
4
tcp-wrapper not found
...in the package are modified in 1997 or even earlier) and made it. It does not contained ./configure, and no "install" rule in Makefile, so I do not quite clear of whether I configured it right. I make tcp-wrappers as: # make \ REAL_DAEMON_DIR=/mnt/tmp \ CC=arm-mv5sft-linux-gnueabi-gcc \ EXTRA_CFLAGS=-DSYS_ERRLIST_DEFINED \ linux >libwrap_make.log # cp libwrap.a /lib # cp tcpd.h /usr/include -f And configure NUT as: ./configure \ --includedir=/usr/include \ --prefix=/usr/local/ups \ --exec-prefix=/usr/local/ups \ --bindir=/bin \ --sbindir=/sbin \ --sysconfdir=/etc \ --localstatedir=/var \ -...
2005 Aug 08
0
[PATCH] put xenstore headers in linux-public
...n/xenbus/Makefile Mon Aug 8 18:43:57 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile Mon Aug 8 15:15:06 2005 @@ -4,7 +4,3 @@ xenbus-objs += xenbus_comms.o xenbus-objs += xenbus_xs.o xenbus-objs += xenbus_probe.o - -XEN_TOOLS_DIR := "../tools" -vpath %.h $(XEN_TOOLS_DIR) -EXTRA_CFLAGS += -I $(XEN_TOOLS_DIR) diff -r 0229efe8ffe4 linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c Mon Aug 8 18:43:57 2005 +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c Mon Aug 8 15:15:06 2005 @@ -30,7 +30,6 @@ #include <lin...
2008 Feb 15
0
Zaptel compilation problems.
When I try to make zaptel 1.4.8, I receive the following error: scripts/Makefile.build:46: *** CFLAGS was changed in "/usr/src/zaptel-1.4.8/Makefile". Fix it to use EXTRA_CFLAGS. Stop. This is on a debian 4.0 machine running linux kernel 2.6.24.2. (gcc 4.1.2). TIA for any help in resolving this.
2001 Mar 02
1
Smb Retry and SSL
After posting to samba-nt and samba-technical I was told that this was the place. Running 2.0.7-21 Feb 22 12:42:41 server1 kernel: smb_trans2_request: result=-32, setting invalid Feb 22 12:42:41 server1 kernel: smb_retry: sucessful, new pid=32561, generation=4 I have removed the system from the domain, erased the SID's, reset the computer account, rejoined the domain and still get this
2002 Feb 28
1
error -13 with smbopen
Using linux on both server and client. I can run smbmount and all seems ok. But, when I try to use kfm to browse a share, I get the following messages thousands of times in /var/log/messages and things more or less hang up. I have to telinit 1 to get control of my client machine. smb_open: aph5/.directory open failed, result=-13 smb_readpage_sync: aph5/.directory open failed, error=-13 Any
2000 Jul 05
1
Samba And and NetApp Filer
I need some help. I can map the NetApp filer, but when I do a 'ls' in the directory I get errors. Saying that the file or directory does not exist and I know the directories and files do, you can see them when you map the NetApp with NT. If you know the name of the directory you can change into it. I can also map NT with samba just fine with no problems. The NetApp is running a CIFS server