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

pkg: Add check for php-json #136

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

Commits on Nov 13, 2023

  1. pkg: Add check for php-json

    php-json package is used by webgui. While
    the build would pass if php-json package is
    missing. It may not render the graphs at all.
    
    This patch adds check for php-json. During the
    time of configure. It does not change workflow
    or alters functions. If php-json is missing it
    will throw an "warning" under config.log so
    user can review it post running and add that if
    necessary. Hard requirement of php-json was not
    selected as not all users would like to use
    webgui. Therefore the changes under robinhood.spec.in
    ("BuildRequires:") was not chosen.
    
    Change-Id: I45c3aeccdd4983a5ae9935dc383b55ced9ffbc5e
    Signed-off-by: Arshad Hussain <[email protected]>
    arshad512 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    581fe42 View commit details
    Browse the repository at this point in the history