-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poppler: update to 24.11.0; fix the tests #19512
Conversation
include $(WS_MAKE_RULES)/common.mk | ||
|
||
PATH= $(QT5_BINDIR):$(PATH.gnu) | ||
PKG_CONFIG_PATH= $(PKG_CONFIG_PATH.$(BITS)):$(QT5_PKG_CONFIG_PATH) | ||
PKG_CONFIG_PATH += $(QT5_PKG_CONFIG_PATH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think PKG_CONFIG_PATH
is not designed to work properly with +=
. You probably should use PKG_CONFIG_PATH.prepend
instead.
components/library/poppler/Makefile
Outdated
CMAKE_OPTIONS += -DENABLE_QT6=OFF | ||
CMAKE_OPTIONS += -DQt5Core_DIR=$(QT5_LIBDIR)/cmake/Qt5Core | ||
CMAKE_OPTIONS += -DQt5Gui_DIR=$(QT5_LIBDIR)/cmake/Qt5Gui | ||
CMAKE_OPTIONS += -DQt5Xml_DIR=$(QT5_LIBDIR)/cmake/Qt5Xml | ||
CMAKE_OPTIONS += -DQt5Widgets_DIR=$(QT5_LIBDIR)/cmake/Qt5Widgets | ||
CMAKE_OPTIONS += -DQt5Test_DIR=$(QT5_LIBDIR)/cmake/Qt5Test | ||
CMAKE_OPTIONS += -DTESTDATADIR=$(COMPONENT_DIR)/$(COMPONENT_NAME_1)-$(GIT_COMMIT_ID_1) | ||
|
||
# Note that most tests are brokenon OpenIndiana |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brokenon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, how this comment aligns with the results-all.master
with the following results?
100% tests passed, 0 tests failed out of 65
6eeb680
to
8c3e63b
Compare
No description provided.