From 651cdf38d473bc6d9986ba7e9cf2d9f171124097 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sun, 14 Oct 2012 15:21:26 +0300 Subject: [PATCH] Deleted symbols With a custom PKGBUILD (on Archlinux), Makepkg command fails with the previous operators. Now, we can build the package without any issues. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ebf437..7d86568 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= gcc STRIP ?= strip -CFLAGS ?= -std=c99 -fshort-wchar -Os -LDFLAGS += -lxcb +CFLAGS = -std=c99 -fshort-wchar -Os +LDFLAGS = -lxcb CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\ -Wsign-conversion -Wconversion -Wimplicit-function-declaration