Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==== Recipe
- bSUMMARY = "SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid."
- AUTHOR = "Shalla Secure Services"
- HOMEPAGE = "http://www.squidguard.org/"
- SECTION = ""
- LICENSE = "Artistic-1.0 | GPL-1.0+"
- LIC_FILES_CHKSUM = "file://COPYING;md5=17cccb55725bad30d60ee344fa9561e6"
- DEPEND_${PN} = "bison flex db"
- SRC_URI = "http://www.squidguard.org/Downloads/squidGuard-${PV}.tar.gz"
- SRC_URI[md5sum] = "de834150998c1386c30feae196f16b06"
- SRC_URI[sha256sum] = "0711ce60b8e2bbba107b980fed446a88df35e1584b39f079c0cae54a172c5141"
- S = "${WORKDIR}/squidGuard-${PV}"
- EXTRA_OECONF = " --prefix=${STAGING_DIR_HOST} "
- do_configure() {
- ./configure --host=${TARGET_SYS} --target=${TARGET_SYS} --prefix=${STAGING_DIR_HOST} --bindir=${bindir} --sbindir=${sbindir} --libexecdir=${libexecdir} \
- --sysconfdir=${sysconfdir} --libdir=${libdir} --includedir=${includedir} --with-db=${STAGING_DIR_HOST} --with-db-inc=${STAGING_DIR_HOST} \
- --with-db-lib=${STAGING_DIR_HOST}
- }
- ==== log.do_configure...
- checking whether make sets $(MAKE)... yes
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for bison... bison -y
- checking for flex... flex
- checking lex output file root... lex.yy
- checking lex library... -lfl
- checking whether yytext is a pointer... yes
- checking for lynx... false
- checking for perl... /usr/bin/perl
- checking for grep that handles long lines and -e... /bin/grep
- checking for egrep... /bin/grep -E
- checking for ANSI C header files... (cached) yes
- checking for sys/types.h... (cached) yes
- checking for sys/stat.h... (cached) yes
- checking for stdlib.h... (cached) yes
- checking for string.h... (cached) yes
- checking for memory.h... (cached) yes
- checking for strings.h... (cached) yes
- checking for inttypes.h... (cached) yes
- checking for stdint.h... (cached) yes
- checking for unistd.h... yes
- checking db.h usability... yes
- checking db.h presence... yes
- checking for db.h... yes
- checking regex.h usability... yes
- checking regex.h presence... yes
- checking for regex.h... yes
- checking for unistd.h... (cached) yes
- checking for db.h... (cached) yes
- checking suppress runtime logging... no
- checking squid runtime user ... squid
- checking for ldap support... no
- checking for mysql support... no
- checking for pthread_create in -lpthread... yes
- ** The Berkley DB library version 2.6.4 or newer
- is required. Get it from http://www.oracle.com
- use --with-db=DIR or --with-db-inc=DIR,
- --with-db-lib=DIR to specify its location
- (default is /usr/local/BerkeleyDB)
- 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)
- (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement