[Buildroot] svn commit: trunk/buildroot/package: pcre

Peter Korsgaard jacmet at uclibc.org
Thu Apr 24 18:09:51 UTC 2008


>>>>> "ninevoltz" == ninevoltz  <ninevoltz at uclibc.org> writes:

 ninevoltz> Author: ninevoltz
 ninevoltz> Date: 2008-04-24 09:56:06 -0700 (Thu, 24 Apr 2008)
 ninevoltz> New Revision: 21848

 ninevoltz> Log:
 ninevoltz> add pcre

 ninevoltz> +#############################################################
 ninevoltz> +#
 ninevoltz> +# PCRE
 ninevoltz> +#
 ninevoltz> +#############################################################
 ninevoltz> +PCRE_VERSION = 7.6
 ninevoltz> +PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
 ninevoltz> +PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
 ninevoltz> +PCRE_INSTALL_STAGING = YES
 ninevoltz> +PCRE_INSTALL_TARGET = YES
 ninevoltz> +
 ninevoltz> +PCRE_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
 ninevoltz> +        --build=$(GNU_HOST_NAME) --prefix=/usr \
 ninevoltz> +        --includedir=/usr/include

Is --includedir needed?


-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list