diff --git a/contrib/src/bpg/pic.patch b/contrib/src/bpg/pic.patch
index a392b0ef2e8be35668bd75cb94c925ffe4fb6141..69621a20aed268639e4e709a08b3a8e1ca85b0b5 100644
--- a/contrib/src/bpg/pic.patch
+++ b/contrib/src/bpg/pic.patch
@@ -5,7 +5,6 @@
  PWD:=$(shell pwd)
  
 -CFLAGS:=-Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer
-+CFLAGS+=-Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer
++CFLAGS:=-I. -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer ${CFLAGS}
  CFLAGS+=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT
- CFLAGS+=-I.
  CFLAGS+=-DCONFIG_BPG_VERSION=\"$(shell cat VERSION)\"