diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-25 15:57:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-25 15:57:42 +0200 |
commit | b24967f7f53aca7ca634086ff09f2c78ea3c41df (patch) | |
tree | a617375339d465c39b461763b6b85139442186fb /package/pcre | |
parent | 7f3beb6e14c70030395275040e17baeb8c109541 (diff) |
fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems
Diffstat (limited to 'package/pcre')
-rw-r--r-- | package/pcre/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 1d3cd131f..12738c2cb 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -28,7 +28,6 @@ $(eval $(call PKG_template,LIBPCRE,libpcre,${PKG_VERSION}-${PKG_RELEASE},${PKG_D $(eval $(call PKG_template,LIBPCRECPP,libpcrecpp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBPCRECPP},${PKG_SECTION})) XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} -TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 -L$(STAGING_DIR)/usr/lib32 libpcre-install: ${INSTALL_DIR} ${IDIR_LIBPCRE}/usr/lib |