Merge pull request #430 from galaxy4public/libsubid-static
Fixes the linking issues when libsubid is static and linked to
This commit is contained in:
commit
f2476d3ce8
@ -39,8 +39,8 @@
|
|||||||
#include "idmapping.h"
|
#include "idmapping.h"
|
||||||
#include "subid.h"
|
#include "subid.h"
|
||||||
|
|
||||||
const char *Prog = "(libsubid)";
|
static const char *Prog = "(libsubid)";
|
||||||
FILE *shadow_logfd;
|
static FILE *shadow_logfd;
|
||||||
|
|
||||||
bool libsubid_init(const char *progname, FILE * logfd)
|
bool libsubid_init(const char *progname, FILE * logfd)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user