diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-25 23:33:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-25 23:33:22 +0200 |
commit | 8ef18aa9444d7a531b3cf390cd559796569254e1 (patch) | |
tree | 9682bcc2fbccc234cf24b75adcc28b9639dc3357 /package/pcre/Makefile | |
parent | ca06566cd513ff2da8ad2ba8c5ebb6cad716ca62 (diff) | |
parent | 239dbd4db397e2e6eb3df7f03b7cb87fbbb629c8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcre/Makefile')
-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 |