Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. ==== Recipe
  2.  
  3. bSUMMARY = "SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid."
  4. AUTHOR = "Shalla Secure Services"
  5. HOMEPAGE = "http://www.squidguard.org/"
  6. SECTION = ""
  7. LICENSE = "Artistic-1.0 | GPL-1.0+"
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=17cccb55725bad30d60ee344fa9561e6"
  9.  
  10. DEPEND_${PN} = "bison flex db"
  11.  
  12. SRC_URI = "http://www.squidguard.org/Downloads/squidGuard-${PV}.tar.gz"
  13. SRC_URI[md5sum] = "de834150998c1386c30feae196f16b06"
  14. SRC_URI[sha256sum] = "0711ce60b8e2bbba107b980fed446a88df35e1584b39f079c0cae54a172c5141"
  15.  
  16. S = "${WORKDIR}/squidGuard-${PV}"
  17.  
  18. EXTRA_OECONF = " --prefix=${STAGING_DIR_HOST} "
  19.  
  20. do_configure() {
  21. ./configure --host=${TARGET_SYS} --target=${TARGET_SYS} --prefix=${STAGING_DIR_HOST} --bindir=${bindir} --sbindir=${sbindir} --libexecdir=${libexecdir} \
  22. --sysconfdir=${sysconfdir} --libdir=${libdir} --includedir=${includedir} --with-db=${STAGING_DIR_HOST} --with-db-inc=${STAGING_DIR_HOST} \
  23. --with-db-lib=${STAGING_DIR_HOST}
  24. }
  25.  
  26.  
  27. ==== log.do_configure...
  28. checking whether make sets $(MAKE)... yes
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking for bison... bison -y
  31. checking for flex... flex
  32. checking lex output file root... lex.yy
  33. checking lex library... -lfl
  34. checking whether yytext is a pointer... yes
  35. checking for lynx... false
  36. checking for perl... /usr/bin/perl
  37. checking for grep that handles long lines and -e... /bin/grep
  38. checking for egrep... /bin/grep -E
  39. checking for ANSI C header files... (cached) yes
  40. checking for sys/types.h... (cached) yes
  41. checking for sys/stat.h... (cached) yes
  42. checking for stdlib.h... (cached) yes
  43. checking for string.h... (cached) yes
  44. checking for memory.h... (cached) yes
  45. checking for strings.h... (cached) yes
  46. checking for inttypes.h... (cached) yes
  47. checking for stdint.h... (cached) yes
  48. checking for unistd.h... yes
  49. checking db.h usability... yes
  50. checking db.h presence... yes
  51. checking for db.h... yes
  52. checking regex.h usability... yes
  53. checking regex.h presence... yes
  54. checking for regex.h... yes
  55. checking for unistd.h... (cached) yes
  56. checking for db.h... (cached) yes
  57. checking suppress runtime logging... no
  58. checking squid runtime user ... squid
  59. checking for ldap support... no
  60. checking for mysql support... no
  61. checking for pthread_create in -lpthread... yes
  62.  
  63. ** The Berkley DB library version 2.6.4 or newer
  64. is required. Get it from http://www.oracle.com
  65. use --with-db=DIR or --with-db-inc=DIR,
  66. --with-db-lib=DIR to specify its location
  67. (default is /usr/local/BerkeleyDB)
  68.  
  69. ERROR: Function failed: do_configure (see /mnt/dev/fsl-community-bsp/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/squidguard/1.4-r0/temp/log.do_configure.14368 for further information)
  70. (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement