port rng-tools
[openadk.git] / package / osiris / patches / patch-configure
blob7d0b90b3f115709dd6177d89d01b8e112128237a
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
5  fi
6  
7  
8 -OS_NAME=`uname`
9 +OS_NAME=Linux
10  AUTOHEADER=echo
12  if test "x$prefix" = "xNONE" ; then
13 @@ -3738,7 +3738,7 @@ CYGWIN*)
14  esac
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}"
20  case "${OS_NAME}" in
21      MINGW32*)
22 @@ -4448,11 +4448,6 @@ cat >>confdefs.h <<_ACEOF
23  #define SYSTEM_LINUX 1
24  _ACEOF
27 -    rc=`grep -c krb5 /usr/include/openssl/ssl.h`
28 -    if test $rc -ne 0; then
29 -        CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}"
30 -    fi
31      ;;
32  BSD*)
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:"
40      echo ""
41      echo "           all:   make everything, agent, CLI and management console."