Skip to content
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

Honor '--without-cunit' configure flag #349

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nilason
Copy link

@nilason nilason commented Nov 16, 2023

Addresses a CUnit configuration bug.

Configuring with CUnit present on system, but with --without-cunit flag leads to non-sensical compiling flags:

CUNIT_CPPFLAGS='-Ino/include'
CUNIT_LDFLAGS='-Lno/lib -lcunit'

nilason added a commit to nilason/macports-ports that referenced this pull request Nov 16, 2023
…-cunit' flag

Remove dependencies unnecessary linked to as a result of `xml2-config --libs`.

Closes https://trac.macports.org/ticket/68704

Fix for honoring --without-cunit flag is addressed upstreams:
pgpointcloud/pointcloud#349
pmetzger pushed a commit to macports/macports-ports that referenced this pull request Nov 17, 2023
…-cunit' flag

Remove dependencies unnecessary linked to as a result of `xml2-config --libs`.

Closes https://trac.macports.org/ticket/68704

Fix for honoring --without-cunit flag is addressed upstreams:
pgpointcloud/pointcloud#349
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant