1 $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
2 --- osiris-4.2.3.orig/configure 2006-07-28 01:57:51.000000000 +0200
3 +++ osiris-4.2.3/configure 2009-12-11 21:26:32.000000000 +0100
4 @@ -3403,7 +3403,7 @@ else
12 if test "x$prefix" = "xNONE" ; then
13 @@ -3738,7 +3738,7 @@ CYGWIN*)
17 -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
18 +DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes --target=${target_alias} --host=${host_alias} --build=${build_alias}"
22 @@ -4448,11 +4448,6 @@ cat >>confdefs.h <<_ACEOF
23 #define SYSTEM_LINUX 1
27 - rc=`grep -c krb5 /usr/include/openssl/ssl.h`
28 - if test $rc -ne 0; then
29 - CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}"
34 @@ -11394,7 +11389,6 @@ chmod ug+x src/install/install.sh
35 echo " Osiris MD Directory: ${with_md_root_dir}"
36 echo " Osiris MD user: ${with_osiris_md_user}"
37 echo " Osiris MD config dir: ${with_md_conf_dir}"
38 - cd ./src/osirisd/modules;./genmods.sh;cd ../../..
39 echo " ==> use one of the following targets:"
41 echo " all: make everything, agent, CLI and management console."