]> git.pld-linux.org Git - packages/freeradius-server.git/blob - am.patch
- package rlm_sql_map and rlm_totp modules + (optional) rlm_sql_db2 in -module-sql...
[packages/freeradius-server.git] / am.patch
1 --- freeradius-server-2.2.0/libltdl/configure.ac~       2012-09-10 13:51:34.000000000 +0200
2 +++ freeradius-server-2.2.0/libltdl/configure.ac        2013-06-09 20:39:52.891748305 +0200
3 @@ -51,7 +51,7 @@
4  ## Automake Initialisation. ##
5  ## ------------------------ ##
6  AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION, -)
7 -AM_CONFIG_HEADER([config.h:config-h.in])
8 +AC_CONFIG_HEADERS([config.h:config-h.in])
9  
10  
11  ## ------------------ ##
12 --- freeradius-server-2.2.6/src/modules/rlm_ldap/configure.in.orig      2014-11-18 20:56:52.000000000 +0100
13 +++ freeradius-server-2.2.6/src/modules/rlm_ldap/configure.in   2015-03-22 09:55:46.702919736 +0100
14 @@ -49,9 +49,6 @@
15           esac ]
16         )
17  
18 -       dnl extra argument: --enable-shared --disable-shared
19 -       AC_ENABLE_SHARED
20 -
21         dnl OpenLDAP doesn't provide an autoconf test for their libldap,
22         dnl and we can't reasonably check for all the dependancies for
23         dnl every version and every set of options.
24 --- freeradius-server-2.2.6/configure.in.orig   2014-11-18 20:56:52.000000000 +0100
25 +++ freeradius-server-2.2.6/configure.in        2015-03-22 10:07:01.436224750 +0100
26 @@ -121,17 +121,10 @@
27  dnl use system-wide libtool, if it exists
28  AC_ARG_WITH(system-libtool,
29  [  --with-system-libtool   Use the libtool installed in your system (default=use our own)],
30 -[ AC_PATH_PROG(LIBTOOL, libtool,,$PATH:/usr/local/bin) AC_LIBTOOL_DLOPEN
31 - AC_PROG_LIBTOOL],
32 -[
33 -  LIBTOOL="`pwd`/libtool"
34 -  AC_SUBST(LIBTOOL)
35 -  dnl ensure that we're looking for dlopen
36 -  AC_LIBTOOL_DLOPEN
37 -
38 -  dnl Figure out how to build shared libraries
39 -  AC_PROG_LIBTOOL
40 -])
41 +[ AC_PATH_PROG(LIBTOOL, libtool,,$PATH:/usr/local/bin)
42 + ])
43 +AC_PROG_LIBTOOL
44 +AC_LIBTOOL_DLOPEN
45  
46  
47  dnl Put this in later, when all distributed modules use autoconf.
This page took 0.094175 seconds and 3 git commands to generate.