Displaying 13 results from an estimated 13 matches for "old_cflags".
2018 Jan 23
1
[PATCH] customize: Use libxcrypt if available to provide crypt(3).
..._LIBS="$LIBS"
+ AC_SEARCH_LIBS([crypt],[crypt])
+ LIBS="$old_LIBS"
+ if test "$ac_cv_search_crypt" = "-lcrypt" ; then
+ LIBCRYPT_LIBS="-lcrypt"
+ fi
+ AC_SUBST([LIBCRYPT_LIBS])
+])
+
+dnl Do we need to include <crypt.h>?
+old_CFLAGS="$CFLAGS"
+AC_CHECK_HEADERS([crypt.h])
+CFLAGS="$old_CFLAGS"
dnl liblzma can be used by virt-builder (optional).
PKG_CHECK_MODULES([LIBLZMA], [liblzma], [
--
2.13.2
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
...ped kernel modules.
-AC_CHECK_HEADER([zlib.h],[
- AC_CHECK_LIB([z],[gzopen],[
- zlib=yes
- ZLIB_LIBS=-lz
+dnl Check for gunzip, only needed if you have gzip-compressed kernel modules.
+AC_PATH_PROG(GUNZIP,[gunzip],[no])
- AC_MSG_CHECKING([for gzip static library])
- old_CFLAGS="$CFLAGS"
- old_LDFLAGS="$LDFLAGS"
- old_LIBS="$LIBS"
- CFLAGS="$CFLAGS -static"
- LDFLAGS="$LDFLAGS -static"
- LIBS="$LIBS -lz"
- AC_LINK_IFELSE([
- #include <stdio.h>
-...
2006 Jul 19
2
Patch suggestion
Hi,
Would it be possible to make a change in the configure file to search
for gssapi.h in <kerberosV/gssapi.h> if it fails to find it in
<gssapi/gssapi.h>? That would allow to compile dovecot with gssapi
easily on OpenBSD without patching it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 186
2016 Feb 17
2
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
Allow an alternate libc, such as dietlibc, to be used for the init
binary in the supermin appliance.
Rich.
2013 Aug 19
5
[PATCH v2 0/3 supermin] URPMI & xz support.
Joseph,
Please try my modified versions of these patches. These are
compile-tested on Fedora and they don't break any existing
functionality, but I don't have either urpmi nor a statically-linked
xz so I cannot fully test them.
I have also fixed detection of zlib (2/3).
Rich.
2004 Oct 21
3
1.0-test51
http://dovecot.org/test/
This release is built with autoconf 2.59 and libtool 1.9. We'll see how
it works out :) The required changes were done by Matthias Andree.
- The last fix for connection hanging made IDLE use 100% CPU
- We don't use Maildir/.INBOX/ directory anymore, indexes are stored
in Maildir-root
- Don't crash with FETCH BODY[n.MIME]
- Changed %p (protocol)
2016 Feb 17
8
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
v1 -> v2:
- If we split out the init program into a separate init/ directory,
that makes it much easier to build against an alternate libc.
I tried to build against uClibc, but uClibc requires an entire build
chain, which looked like it was going to be a massive ballache.
Rich.
2005 Jan 15
1
test61 ./configure fails on OpenBSD 3.6
Test version 61 ./configure is failing on my OpenBSD 3.6-stable system.
The following corrects the problem. Would it be possible to test for
gnu99 option
before using it in subsequent tests?
--- configure.in.orig Fri Jan 14 14:04:10 2005
+++ configure.in Fri Jan 14 16:44:22 2005
@@ -236,7 +236,7 @@
# say specifically that we want C99 features.
# we can make use of
2007 Apr 05
1
GSS/Kerb5, Solaris 10, how to build?
Gang,
I've been trying to build rc29 under Solaris 10 using either
"--with-gssapi" or Kerberos 5 ticket usage. I'm trying to figure
out how to set up fetchmail on another S10 box to do IMAP fetches
from dovecot without having to enter a password.
No matter what configure option I try, I get
Building with GSSAPI support ........ : no
at the end of the configure. I searched
2004 Aug 06
2
libspeex/SSE Intrinsics with GCC 3.3.x
On Fri, Apr 02, 2004 at 12:08:52AM -0500, Jean-Marc Valin wrote:
> I'm aware of the problem, but I don't know how to get autoconf to handle
> that properly. If someone knows how to make that work with autoconf even
> with non-gcc compilers and with default CFLAGS, I'm interested.
It's easy enough to test whether gcc will accept -msse and ifdef out the
intrinsics code
2004 Aug 06
1
libspeex/SSE Intrinsics with GCC 3.3.x
...doesn't hurt to try.
The patch as written results in CFLAGS="-g -O2 -O3 -msee" if it
succeeds. You can avoid the duplicate optimization levels by saying
something like:
if test $ac_cv_prog_gcc = yes; then
dnl remove any existing gcc -On flag
oldcflags=`echo $old_cflags | sed -e 's/-O.//'`
OPT_CFLAGS="$OPT_CFLAGS -O3"
fi
OPT_CFLAGS="$OPT_CFLAGS -msse"
instead.
So perhaps not so simple, but writing expert systems in sh never is.
-r
<p><p>
-------------- next part --------------
SW5kZXg6IGNvbmZpZ3VyZS5...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
- gitignore fully covers potential build artifacts
- Simplify logic given stated minimum required version of xorg-server 1.8
- Remove use of deprecated, outdated or no longer required macros
- Utilize xorg macros where
2007 Dec 19
23
3.1.x and 3.2.x releases
Folks,
A new release candidate for 3.2.0 has just been checked into the
xen-unstable tree. It''s available from staging and will be in the main tree
when it has passed internal regression tests.
Meanwhile, in preparation for 3.1.3, please let me know if there are any
further patches from xen-unstable that should be backported into the 3.1
branch. You can pull the xen-3.1-testing.hg