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/poppler | |
parent | 7f3beb6e14c70030395275040e17baeb8c109541 (diff) |
fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems
Diffstat (limited to 'package/poppler')
-rw-r--r-- | package/poppler/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/poppler/Makefile b/package/poppler/Makefile index fe61ae358..1e15a4340 100644 --- a/package/poppler/Makefile +++ b/package/poppler/Makefile @@ -19,8 +19,6 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,POPPLER,poppler,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -TARGET_LDFLAGS+= -L$(STAGING_DIR)/usr/lib64 - poppler-install: $(INSTALL_DIR) $(IDIR_POPPLER)/usr/lib $(CP) $(WRKINST)/usr/lib/libpoppler*.so* \ |