summarylogtreecommitdiffstats
path: root/conf-cc.patch
blob: ba7ab7064aee3d23fa0f86d92ec10225421c9020 (plain)
1
2
3
4
5
6
7
8
Enable -fPIC when compiling with gcc.
--- a/conf-cc
+++ b/conf-cc
@@ -1,3 +1,3 @@
-gcc -O2
+gcc -O2 -fPIC
 
 This will be used to compile .c files.