projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b69da
)
Remove duplicate give compiler option -fPIC.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 27 Jun 2018 22:36:42 +0000
(
00:36
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 27 Jun 2018 22:36:42 +0000
(
00:36
+0200)
config.mk
patch
|
blob
|
history
tests/Makefile
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
4b67016
..
4e7f5e2
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-34,7
+34,7
@@
CPPFLAGS += -DGDK_DISABLE_DEPRECATED
# flags used to build webextension
EXTTARGET = webext_main.so
-EXTCFLAGS = ${CFLAGS}
-fPIC
$(shell pkg-config --cflags webkit2gtk-4.0)
+EXTCFLAGS = ${CFLAGS} $(shell pkg-config --cflags webkit2gtk-4.0)
EXTCPPFLAGS = $(CPPFLAGS)
EXTLDFLAGS = $(shell pkg-config --libs webkit2gtk-4.0) -shared
diff --git
a/tests/Makefile
b/tests/Makefile
index
dfd3db3
..
75aed18
100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,5
+1,4
@@
CPPFLAGS = -I ../
-CFLAGS = -fPIC -pedantic
include ../config.mk