From 48d5f90b13f0cf886417a2b408547a7310e56102 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Sep 2013 16:22:06 +0200 Subject: fix some build errors for lemote yeelong --- package/pcre/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/pcre/Makefile') diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 80e856b57..d81eb7c06 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -24,6 +24,7 @@ $(eval $(call PKG_template,LIBPCRECPP,libpcrecpp,${PKG_VERSION}-${PKG_RELEASE},$ $(eval $(call PKG_template,LIBPCRE_DEV,libpcre-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBPCRE_DEV},${PKGSC_LIBPCRE_DEV})) XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} +TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 -L$(STAGING_DIR)/usr/lib32 -lintl libpcre-install: ${INSTALL_DIR} ${IDIR_LIBPCRE}/usr/lib -- cgit v1.2.3