You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by postwait <gi...@git.apache.org> on 2017/02/27 22:26:29 UTC

[GitHub] trafficserver issue #1507: Add pkg-config fallback to --enable-system-luajit

GitHub user postwait opened an issue:

    https://github.com/apache/trafficserver/issues/1507

    Add pkg-config fallback to --enable-system-luajit

    The `--enable-system-luajit` configure option trusts that the invoker has set CPPFLAGS and LDFLAGS appropriately for autoconf to find the luajit headers and libraries.  If they are not found, *as a fallback* pkg-config should be invoked to ask the system to provide assistance and the headers and libs should be rechecked.
    
    pkg-config should not be invoked if the operator has provided sufficient information in CPPFLAGS and LDFLAGS for the AC_CHECK_HEADER and AC_CHECK_LIB checks to pass without the use of pkg-config.

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---