View | Details | Raw Unified | Return to bug 149127 | Differences between
and this patch

Collapse All | Expand All

(-)files/patch-libbeacon-Makefile.in (+11 lines)
Added Link Here
1
--- libbeacon/Makefile.in.orig	2010-07-30 17:13:05.000000000 -0700
2
+++ libbeacon/Makefile.in	2010-07-30 17:13:12.000000000 -0700
3
@@ -45,7 +45,7 @@
4
 AWK = @AWK@
5
 CC = @CC@
6
 CCDEPMODE = @CCDEPMODE@
7
-CFLAGS = @CFLAGS@
8
+CFLAGS = @CFLAGS@ -fPIC
9
 CPP = @CPP@
10
 CPPFLAGS = @CPPFLAGS@
11
 CYGPATH_W = @CYGPATH_W@

Return to bug 149127