Re-generate the Makefiles
This commit is contained in:
parent
771bbf9fe5
commit
537b3ebb04
|
@ -8,9 +8,9 @@ CC = cc
|
|||
CPPFLAGSF= -I $(PREFIX)/include
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config --cflags libDesktop poppler-glib`
|
||||
CFLAGS = -Wall -g -O2 -pedantic
|
||||
CFLAGS = -Wall -g -O2 -pedantic -fPIC -fstack-protector
|
||||
LDFLAGSF= `pkg-config --libs libDesktop poppler-glib` -lm
|
||||
LDFLAGS =
|
||||
LDFLAGS = -Wl,-pie
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
MKDIR = mkdir -m 0755 -p
|
||||
|
|
Loading…
Reference in New Issue
Block a user