summarylogtreecommitdiffstats
path: root/configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.patch')
-rw-r--r--configure.ac.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac.patch b/configure.ac.patch
new file mode 100644
index 000000000000..0e726d38d874
--- /dev/null
+++ b/configure.ac.patch
@@ -0,0 +1,8 @@
+125c125
+< OSL_LIBS="$with_osl_prefix/lib/libosl.la -losl"
+---
+> OSL_LIBS="-losl"
+237c237
+< PIPLIB_LIBS="$with_piplib_prefix/lib/lib$PIPLIB_LA.la -l$PIPLIB_LA"
+---
+> PIPLIB_LIBS="-l$PIPLIB_LA"