mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6e99c96d47
This version also adds a new dependency on yajl. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
10 lines
409 B
Diff
10 lines
409 B
Diff
--- oyranos-0.4.0/configure_tests.sh 2012-03-10 19:28:12.016514261 +0100
|
|
+++ oyranos-0.4.0/configure_tests.sh.new 2012-03-10 19:30:04.230678948 +0100
|
|
@@ -3,7 +3,7 @@
|
|
set > testset.txt
|
|
ERROR=0
|
|
WARNING=0
|
|
-STRIPOPT='s/-O.// ; s/-isysroot [[:graph:]]*// ; s/-arch ppc// ; s/-arch i386//'
|
|
+STRIPOPT='s/-Wl[^ ]*//g ; s/-O.// ; s/-isysroot [[:graph:]]*// ; s/-arch ppc// ; s/-arch i386//'
|
|
|
|
mkdir -p tests
|