summaryrefslogtreecommitdiffstats
path: root/x11/parole/midori.patch
blob: e863371befbfc5cf611288946bda2355f83b47d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/browser-plugin/Makefile.in b/browser-plugin/Makefile.in
index a335fea..c2f4e6b 100644
--- a/browser-plugin/Makefile.in
+++ b/browser-plugin/Makefile.in
@@ -407,12 +407,17 @@ parole_player_so_SOURCES = \
 	npp_gate.cpp					\
 	npupp.h
 
+parole_player_so_CFLAGS = \
+	-fPIC
+
 parole_player_so_LDFLAGS = \
 	-Xcompiler					\
 	-shared						\
+	-fPIC
+
+parole_player_so_LDADD += \
         $(GTK_LIBS)                                     \
-        $(DBUS_GLIB_LIBS)				\
-	$(GECKO_LIBS)
+        $(DBUS_GLIB_LIBS)
 
 all: all-recursive