projects
/
primus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3d5fb
)
use all variables containing hardening flags
author
Andreas Beckmann
<anbe@debian.org>
Wed, 15 Jan 2014 22:14:25 +0000
(22:14 +0000)
committer
Vincent Cheng
<vcheng@debian.org>
Wed, 15 Jan 2014 22:14:25 +0000
(22:14 +0000)
Forwarded: https://github.com/amonakov/primus/pull/148
Last-Update: 2014-10-25
Gbp-Pq: Name hardening.patch
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 86743f05227faea854464382034622e7a4f8aee1..a83e4659075a2d6c78d9c15235f9f85dce1a883e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-30,4
+30,4
@@
CXXFLAGS += -DPRIMUS_libGLd='"$(PRIMUS_libGLd)"'
$(LIBDIR)/libGL.so.1: libglfork.cpp
mkdir -p $(LIBDIR)
- $(CXX) $(C
XXFLAGS) -fvisibility=hidden -fPIC -shared -Wl,-Bsymbolic -o $@ $<
-lX11 -lpthread -lrt
+ $(CXX) $(C
PPFLAGS) $(CXXFLAGS) -fvisibility=hidden -fPIC -shared -Wl,-Bsymbolic -o $@ $< $(LDFLAGS)
-lX11 -lpthread -lrt