Package: llvm
Tags: patch
please build llvm with --with-pic --enable-pic, this is needed to
build the Shark JVM. The JVM's within OpenJDK are built as .so objects
which are dlopened at runtime.
* Configure --with-pic --enable-pic.
diff -u llvm-2.4/debian/rules llvm-2.4/debian/rules
--- llvm-2.4/debian/rules
+++ llvm-2.4/debian/rules
@@ -42,6 +42,7 @@
confargs_gcc := $(confargs)
confargs_llvm += \
+ --with-pic --enable-pic \
--prefix=$(PF)
confargs_gcc += \
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]