mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Plugin needs -D_GNU_SOURCE.
This commit is contained in:
parent
2557418e81
commit
2661fdf333
2
Makefile
2
Makefile
@ -104,7 +104,7 @@ SOFILE = libvdr-$(PLUGIN).so
|
|||||||
|
|
||||||
INCLUDES +=
|
INCLUDES +=
|
||||||
|
|
||||||
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(CONFIG) \
|
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE $(CONFIG) \
|
||||||
$(if $(GIT_REV), -DGIT_REV='"$(GIT_REV)"')
|
$(if $(GIT_REV), -DGIT_REV='"$(GIT_REV)"')
|
||||||
|
|
||||||
### Make it standard
|
### Make it standard
|
||||||
|
Loading…
Reference in New Issue
Block a user