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

Minor buildsys fixes #8

Merged
merged 3 commits into from Sep 9, 2012
Merged

Minor buildsys fixes #8

merged 3 commits into from Sep 9, 2012

Commits on Aug 23, 2012

  1. simplify build rule for fcgiwrap

    Add flags and libraries to the respective environment vars and let make
    figure out the order on its own. This provides support for unmentioned
    vars such as LDFLAGS implicitly, as the compilation rule isn't
    explicitly defined.
    falconindy committed Aug 23, 2012
    Copy the full SHA
    51bf869 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2012

  1. Makefile.in: define dummy datarootdir variable

    This suppresses a warning on ./configure for a directory which fcgiwrap
    does not use:
    
      config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir
      setting
    falconindy committed Sep 8, 2012
    Copy the full SHA
    8a8880f View commit details
    Browse the repository at this point in the history
  2. Correct invalid defintion in configuring systemd support

    This was an unfortunate copypasta error that slipped in with 9836d6d.
    The HAVE_SYSTEMD macro should only be defined based on the presence of
    the library, not the unit files, since the units are useless without the
    library support.
    falconindy committed Sep 8, 2012
    Copy the full SHA
    da630b8 View commit details
    Browse the repository at this point in the history