Skip to content

Commit

Permalink
Merge pull request #8641 from heitbaum/pcre
Browse files Browse the repository at this point in the history
pcre: host build not longer required
  • Loading branch information
chewitt authored Feb 20, 2024
2 parents 6f2808e + c946ce4 commit dae07e6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/devel/pcre/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,11 @@ PKG_SHA256="4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8"
PKG_LICENSE="OSS"
PKG_SITE="http://www.pcre.org/"
PKG_URL="${SOURCEFORGE_SRC}/pcre/${PKG_NAME}/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
PKG_DEPENDS_HOST="toolchain:host"
PKG_DEPENDS_TARGET="toolchain pcre:host"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A set of functions that implement regular expression pattern matching."
PKG_TOOLCHAIN="configure"
PKG_BUILD_FLAGS="+pic"

PKG_CONFIGURE_OPTS_HOST="--prefix=${TOOLCHAIN} \
--enable-static \
--enable-utf8 \
--disable-cpp \
--enable-unicode-properties \
--with-gnu-ld"

PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--enable-utf8 \
Expand Down

0 comments on commit dae07e6

Please sign in to comment.