patch-configure 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. -OS_NAME=`uname`
  7. +OS_NAME=Linux
  8. AUTOHEADER=echo
  9. if test "x$prefix" = "xNONE" ; then
  10. @@ -3738,7 +3738,7 @@ CYGWIN*)
  11. esac
  12. -DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes"
  13. +DB_CONFIG_ARGS="--enable-shared=no --enable-static=yes --target=${target_alias} --host=${host_alias} --build=${build_alias}"
  14. case "${OS_NAME}" in
  15. MINGW32*)
  16. @@ -4448,11 +4448,6 @@ cat >>confdefs.h <<_ACEOF
  17. #define SYSTEM_LINUX 1
  18. _ACEOF
  19. -
  20. - rc=`grep -c krb5 /usr/include/openssl/ssl.h`
  21. - if test $rc -ne 0; then
  22. - CPPFLAGS="-I/usr/kerberos/include/ ${CPPFLAGS}"
  23. - fi
  24. ;;
  25. BSD*)
  26. @@ -11394,7 +11389,6 @@ chmod ug+x src/install/install.sh
  27. echo " Osiris MD Directory: ${with_md_root_dir}"
  28. echo " Osiris MD user: ${with_osiris_md_user}"
  29. echo " Osiris MD config dir: ${with_md_conf_dir}"
  30. - cd ./src/osirisd/modules;./genmods.sh;cd ../../..
  31. echo " ==> use one of the following targets:"
  32. echo ""
  33. echo " all: make everything, agent, CLI and management console."