From 020f0cb9826e36a307a343618b1de999805980d0 Mon Sep 17 00:00:00 2001
From: Jan-Tarek Butt <buttjantarek@googlemail.com>
Date: Tue, 8 Sep 2015 17:51:41 +0200
Subject: [PATCH] set compiler as a variable

---
 libwlocate/src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libwlocate/src/Makefile b/libwlocate/src/Makefile
index 0670ef3..c52fef5 100755
--- a/libwlocate/src/Makefile
+++ b/libwlocate/src/Makefile
@@ -1,4 +1,4 @@
-CCOMPILER=gcc -Wall -fPIC -shared -Wno-unused -O2 -g0 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I..
+CCOMPILER=$(CC) -Wall -fPIC -shared -Wno-unused -O2 -g0 -DNDEBUG -D_REENTRANT -DENV_LINUX -I. -I..
 
 SYSLIBRARIES= -lm
 
-- 
GitLab