search for: includedir

Displaying 20 results from an estimated 469 matches for "includedir".

2006 May 17
1
libshout includedir change
...991:10992 Index: include/shout/Makefile.am =================================================================== --- include/shout/Makefile.am (revision 10991) +++ include/shout/Makefile.am (revision 10992) <at> <at> -2,5 +2,5 <at> <at> AUTOMAKE_OPTIONS = foreign -includedir = $(prefix)/include/shout +pkgincludedir = $(includedir)/shout nodist_include_HEADERS = shout.h > Can anyone explain what this change is meant to accomplish? If not, > I'm just going to revert it. The original line, includedir = $(prefix)/include/shout is wrong. "includedir"...
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2011 Jul 25
3
Sudo #includedir function ignored CentOS 6
I am unable to get the #includedir function to work with sudo. This works just fine on all my CentOS 5.6 servers, but on 6 it is being ignored. I have this line in the file /etc/sudoers.d/zabbix-puppet zabbix ALL=NOPASSWD: /var/lib/zabbix/bin/start_puppet However sudo still requires a password. If I put that same line into /etc...
2020 Sep 22
1
[PATCH] build: fix includedir in uninstalled libguestfs.pc
Update includedir with the new directory that contains guestfs.h. Updates commit 75abec1f706e555cd6c9915be03c732b56a94596. --- lib/local/libguestfs.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/local/libguestfs.pc.in b/lib/local/libguestfs.pc.in index 129682be8..46cef1e16 100644 ---...
2012 Dec 20
0
[PATCH] libdrm_nouveau.pc: don't include I${includedir}/nouveau
Nouveau related headers are installed in I${includedir}/libdrm now. --- nouveau/libdrm_nouveau.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in index 6170613..454fc87 100644 --- a/nouveau/libdrm_nouveau.pc.in +++ b/nouveau/libdrm_nouveau.pc.in @@ -7,5 +7,5 @@ Name: li...
2016 Dec 29
2
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
...ect to my Samba AD domain member after updating the operating system from CentOS 7.2 to 7.3 and I thought sharing the reason and the workaround can help others: If you run RHEL/CentOS 7.2 with an unmodified /etc/krb5.conf file and update to 7.3, the krb5-workstation-1.14.1-27 package adds an "includedir" statement to the top of the file. If you modified the file in the past, the entry is not added and everything is fine. This "includedir" statement causes all connections (shares, RPC, etc.) to the Samba domain member to fail. If you set the log level to 3 or higher, the following e...
2016 Dec 29
0
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
...tting_up_Samba_as_a_Domain_Member Doesn't have anything about krb5.conf You should run the same /etc/krb5.conf as on a DC, of course this may change when red-hat finally releases a Samba AD DC MIT package. > and > update to 7.3, the krb5-workstation-1.14.1-27 package adds an > "includedir" statement to the top of the file. If you modified the > file in the past, the entry is not added and everything is fine. > > This "includedir" statement causes all connections (shares, RPC, etc.) > to the Samba domain member to fail. If you set the log level to 3 or &gt...
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
...ons(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index e434e1d..61da186 100644 --- a/Makefile.am +++ b/Makefile.am @@ -55,13 +55,13 @@ libdrm_la_SOURCES = \ xf86drmHash.c \ xf86drmRandom.c \ xf86drmSL.c \ - xf86drmMode.c \ - libdrm_lists.h + xf86drmMode.c libdrmincludedir = ${includedir} libdrminclude_HEADERS = xf86drm.h xf86drmMode.h -noinst_HEADERS = xf86atomic.h +noinst_HEADERS = xf86atomic.h \ + libdrm_lists.h EXTRA_DIST = libdrm.pc.in include/drm/* diff --git a/intel/Makefile.am b/intel/Makefile.am index 9add505..d56b03a 100644 --- a/intel/Makefile.am +...
2006 Jul 27
0
[PATCH] pkg-config descriptors
...---- -------------- next part -------------- diff -ruN flac-1.1.2.orig/FLAC++.pc.in flac-1.1.2/FLAC++.pc.in --- flac-1.1.2.orig/FLAC++.pc.in Thu Jan 1 01:00:00 1970 +++ flac-1.1.2/FLAC++.pc.in Thu Jul 27 05:36:48 2006 @@ -0,0 +1,13 @@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: FLAC++ +Description: FLAC++ - free lossless audio compressor - C++ binding +Version: @VERSION@ +Requires: FLAC +Conflicts: +Libs: -L${libdir} -lFLAC++ +Cflags: -I${includedir} diff -ruN flac-1.1.2.orig/FLAC.pc.in flac-1.1.2/FLAC.pc.in --- flac-1.1.2.orig/FLAC.pc.in Thu Jan 1...
2013 Apr 06
0
[PATCH 1/2] Fix pkg-config files to avoid overlinking
...],0) fi +AC_SUBST(OGG_PACKAGE) dnl check for i18n(internationalization); these are from libiconv/gettext AM_ICONV diff --git a/src/libFLAC++/flac++.pc.in b/src/libFLAC++/flac++.pc.in index 8f55499..242998d 100644 --- a/src/libFLAC++/flac++.pc.in +++ b/src/libFLAC++/flac++.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: FLAC++ Description: Free Lossless Audio Codec Library (C++ API) Version: @VERSION@ -Requires: flac -Libs: -L${libdir} -lFLAC++ @OGG_LIBS@ -lm +Requires.private: flac +Libs: -L${libdir} -lFLAC++ Cflags: -I${includedir} diff --git a/src/libFLAC/flac.pc.in b/src/libFLAC/flac.pc....
2010 Aug 19
2
DO NOT REPLY [Bug 7633] New: add support for include/includedir config file directives
https://bugzilla.samba.org/show_bug.cgi?id=7633 Summary: add support for include/includedir config file directives Product: rsync Version: 3.1.0 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org Re...
2007 Apr 22
0
3 commits - configure.ac libswfdec/swfdec_debug.h swfdec-gtk.pc.in swfdec.pc.in
...AC_MSG_ERROR([Couldn't find a suitable Gtk version. You need at least version $GTK_VER]) fi else AC_MSG_WARN([*** Gtk support was not enabled. ***]) diff --git a/swfdec-gtk.pc.in b/swfdec-gtk.pc.in index 37e507b..39eb02e 100644 --- a/swfdec-gtk.pc.in +++ b/swfdec-gtk.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@/swfdec-@SWFDEC_M Name: swfdec-gtk Description: Support for playing Flash files in Gtk using Swfdec Version: @VERSION@ -Requires: swfdec-@SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK_REQUIRES@ +Requires: swfdec-@SWFDEC_MAJORMINOR@ = @PACKAGE_VERSION@ gtk+-2.0 >= @GTK...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...ou're missing libsodium.pc in whatever place mac uses to hide them. Maybe the .pc file is in the homebrew directory somewhere and needs to be copied, or you can make it yourself. Make sure to change the version and paths. prefix=/usr exec_prefix=${prefix} libdir=${prefix}/lib/x86_64-linux-gnu includedir=${prefix}/include Name: libsodium Version: 1.0.18 Description: A modern and easy-to-use crypto library Libs: -L${libdir} -lsodium Libs.private: -pthread Cflags: -I${includedir} Aki
2016 Dec 29
2
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
...? Samba domain members work without configuring krb5.conf, and in this case, user may have not touched their krb5.conf file, but Samba reads this file. Also a lot of distributions ship MIT Kerberos which supports including config snippets. That's why I think Samba needs to be patched: If "includedir" is not supported in Heimdal, we should ignore such unknown options instead of starting the services and fail serving without any helpful error message (nothing is logged on level < 3 and on >=3 a message is logged, that tells nothing about the problem: An unknown parameter in krb5.conf)...
2016 Dec 29
0
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
On Thu, 29 Dec 2016 23:21:23 +0100 Marc Muehlfeld <mmuehlfeld at samba.org> wrote: > Am 29.12.2016 um 22:17 schrieb Rowland Penny via samba: > > Hi Marc, that is your problem there and it has highlighted another > > problem, the Samba wiki page: > > > > https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member > > > > Doesn't have
2007 Nov 06
1
R 2.6.0 make check fails on SGI origin 350 and
Hello I am trying to install R 2.6.0 on a SGI Origin 350 running IRIX 6.5 6.5.28f R was configured with the following options: > --x-includes=/usr/include/X11 > --x-libraries=/usr/lib/X11 > --includedir=/usr/freeware/include > --includedir=/usr/freeware/lib32 > --includedir=/usr/freeware/lib64 > --with-readline=no > --with-iconv=no > CC=cc gmake complied successfully, however gmake check failed on d-p-q-r- tests.R . > running code in 'd-p-q-r-tests.R' ... OK > comp...
2011 Mar 25
3
pkg-config output and <FLAC/assert.h>
Hi, FLAC helpfully provides a flac.pc file. Unfortunately there is a nasty interaction between that file and system header files. If ones installs flac and relies on pkg-config to find the CFLAGS one woulf get CFLAGS value of "-I${includedir}/FLAC" which suggests that FLAC header files like <metadata.h> should be included as: #include <metadata.h> However, FLAC also ships an <assert.h> header file. If one writes code that wants needs both the Standard C <assert.h> and the FLAC header files, we run int...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
.... > > > > Maybe the .pc file is in the homebrew directory somewhere and needs to be copied, or you can make it yourself. Make sure to change the version and paths. > > > > prefix=/usr > > exec_prefix=${prefix} > > libdir=${prefix}/lib/x86_64-linux-gnu > > includedir=${prefix}/include > > > > Name: libsodium > > Version: 1.0.18 > > Description: A modern and easy-to-use crypto library > > > > Libs: -L${libdir} -lsodium > > Libs.private: -pthread > > Cflags: -I${includedir} > > > > Aki > > Get...
2016 May 26
2
samba4 on centos 7 won't promote to dc
...ure the makefile of samba 4.4.2 with the following "./configure" , samba won't promote to dc no matter what I enter. I do a testparm and server is always ROLE STANDALLONE . But when I do "./configure --enable-selftest --enable-debug --prefix=/opt/samba/ --sysconfdir=/etc/samba/ --includedir=/usr/include/samba4/ --bindir=/bin/ --sbindir=/sbin/ --mandir=/usr/share/man/" it will promote it no problem. Why is that? --prefix : installation directory --sysconfdir : smb.conf should be places --includedir : includes the header files for C compilers --bindir : user...
2017 Jun 23
2
RHEL6.5 cluster system library and home library
...s) in my home directory. Problem is the cluster has an older zlib library (1.2.4) and R does not accept that. How can I force configure to look in my home/[username]/packages/lib for zlib? [username at hpcc3 R-3.4.0]$ ./configure --prefix=/home/[username]/packages --with-x=no --with-readline=no --includedir=/home/[username]/packages/include ?libdir=/home/[username]/packages/lib checking for inflateInit2_ in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking if zlib version >= 1.2.5... no checking whether zlib support suffices... c...