libpkgconf: fragment: add -nodefaultlibs to special flags list
Related: https://github.com/pkgconf/pkgconf/issues/371 Signed-off-by: Ariadne Conill <ariadne@ariadne.space>master
parent
97fbb4ffb9
commit
5fbabf143c
|
@ -52,6 +52,7 @@ pkgconf_fragment_is_unmergeable(const char *string)
|
||||||
{"-nostdinc", 9},
|
{"-nostdinc", 9},
|
||||||
{"-nostdlibinc", 12},
|
{"-nostdlibinc", 12},
|
||||||
{"-nobuiltininc", 13},
|
{"-nobuiltininc", 13},
|
||||||
|
{"-nodefaultlibs", 14},
|
||||||
};
|
};
|
||||||
|
|
||||||
if (*string != '-')
|
if (*string != '-')
|
||||||
|
|
Loading…
Reference in New Issue