Workaround sd_bus_message_append_cmdline

Unable to get libmapper built without systemd being patched with the
sd_bus_message_append_cmdline function. Until it is pushed upstream,
this is a workaround to get the available systemd install built for unit
testing.

Change-Id: Ieca78955a4182eebd469a860c37ccaedfe75d323
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
3 files changed
tree: c741214c1d0ed88a3ce85f76b7c9b98a91fbc0f7
  1. libmapper/
  2. obmc/
  3. .gitignore
  4. bootstrap.sh
  5. configure.ac
  6. LICENSE
  7. Makefile.am
  8. phosphor-mapper
  9. README.md
  10. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.