diff options
-rw-r--r-- | conf/distro/familiar-0.8.1.conf | 2 | ||||
-rw-r--r-- | packages/pcre/pcre_4.4.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/familiar-0.8.1.conf b/conf/distro/familiar-0.8.1.conf index 9e05a58dc0..99e73f930c 100644 --- a/conf/distro/familiar-0.8.1.conf +++ b/conf/distro/familiar-0.8.1.conf @@ -98,7 +98,7 @@ PREFERRED_VERSION_gpe-irc = "0.07" #PREFERRED_VERSION_gpe-lights = "0.12" #PREFERRED_VERSION_gpe-nmf = "0.19" #PREFERRED_VERSION_gpe-othello = "0.2-1" -PREFERRED_VERSION_gpe-plucker = "0.1" +PREFERRED_VERSION_gpe-plucker = "0.2" #PREFERRED_VERSION_gpe-tetris = "0.6-2" #PREFERRED_VERSION_gsoko = "0.4.2-gpe5" #PREFERRED_VERSION_xdemineur = "2.1.1" diff --git a/packages/pcre/pcre_4.4.bb b/packages/pcre/pcre_4.4.bb index 3bc316320f..fbd7f5c4db 100644 --- a/packages/pcre/pcre_4.4.bb +++ b/packages/pcre/pcre_4.4.bb @@ -12,6 +12,8 @@ S = "${WORKDIR}/pcre-${PV}" inherit autotools binconfig +PARALLEL_MAKE="" + LEAD_SONAME = "libpcre.so" CFLAGS_append = " -D_REENTRANT" EXTRA_OECONF = " --with-link-size=2 --enable-newline-is-lf --with-match-limit=10000000" |