diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-30 16:22:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-30 16:22:06 +0200 |
commit | 48d5f90b13f0cf886417a2b408547a7310e56102 (patch) | |
tree | b4a08d2c0a541c32da60d3f880cee48847b37260 /package/pcre | |
parent | 50f0237afbc301ac9ff028cba9ab18ef52805a28 (diff) |
fix some build errors for lemote yeelong
Diffstat (limited to 'package/pcre')
-rw-r--r-- | package/pcre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |