Skip to content

Commit 97d655f

Browse files
jgneffJohan Vos
authored andcommitted
8256012: Fix build of Monocle for Linux
Reviewed-by: jvos
1 parent e1adfa9 commit 97d655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/armv6hf.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def iioCFlags = [extraCFlags,
140140
].flatten()
141141
def iioLFlags = [extraLFlags].flatten()
142142

143-
def es2EglfbCFlags = [extraCFlags, "-DIS_EGLFB", "-DLINUX"].flatten()
143+
def es2EglfbCFlags = [extraCFlags, "-DIS_EGLFB", "-DLINUX", "-D_GNU_SOURCE"].flatten()
144144
def es2EglfbLFlags = [extraLFlags].flatten()
145145
def es2MonocleCFlags = [extraCFlags, "-DIS_EGLFB", "-DLINUX"].flatten()
146146
def es2MonocleLFlags = [extraLFlags].flatten()

0 commit comments

Comments
 (0)