12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
--- configure.orig 2014-10-28 20:55:49 UTC
|
|
+++ configure
|
|
@@ -7280,6 +7280,8 @@ LLVM_LDFLAGS=$($LLVMCONF --ldflags)
|
|
# FIXME: this should be set based on a check
|
|
PIC=
|
|
case $host in
|
|
+*-*-dragonfly* | *-*-freebsd*)
|
|
+ PIC=-fPIC ;;
|
|
*x86_64-*)
|
|
case $host in
|
|
*-darwin*) ;;
|