Skip to content

Commit

Permalink
mythzmserver: fix building the server standalone
Browse files Browse the repository at this point in the history
We no longer require mythconfig.h to be present. Fixes #12966

Signed-off-by: Paul Harrison <pharrison@mythtv.org>
(cherry picked from commit 11ad81e)
  • Loading branch information
Argus authored and Paul Harrison committed Jan 25, 2017
1 parent 4e3579f commit 67d9190
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions mythplugins/mythzoneminder/mythzmserver/README
Expand Up @@ -17,9 +17,6 @@ The server is designed to be as lean as possible and doesn't require Myth or QT
be installed in order to compile or run. It does require the mysql client library but
that must already be installed for ZM to run.

It's best to run ./configure in the mythplugins directory before copying the source to
the server machine to make sure the config.h is created properly.

Copy the mythzmserver directory to the machine where you want to run the server.

run :- 'make -f Makefile.standalone'
Expand Down
2 changes: 0 additions & 2 deletions mythplugins/mythzoneminder/mythzmserver/zmserver.cpp
Expand Up @@ -40,8 +40,6 @@
# endif // !CONFIG_CYGWIN
#endif

#include "mythtv/mythconfig.h"

#if CONFIG_DARWIN
#define MSG_NOSIGNAL 0 // Apple also has SO_NOSIGPIPE?
#endif
Expand Down

0 comments on commit 67d9190

Please sign in to comment.