]> git.sesse.net Git - mlt/blobdiff - configure
Fix YAML parser not tracking sequence index per tree level.
[mlt] / configure
index a170e71a03878d0e0de953ab34e7c03348ebb0a6..0c41f5187f823da9720b3585999877b619b97ce8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.8.7
+export version=0.8.8
 export soversion=5
 
 show_help()
@@ -111,7 +111,7 @@ build_config()
                NetBSD)
                [ "$optimisations" = "true" ] &&
                        echo "OPTIMISATIONS+=-ffast-math"
-               echo "CFLAGS+=-pthread"
+               echo "CFLAGS+=-fPIC -pthread"
                echo "SHFLAGS=-shared"
                echo "RDYNAMIC=-rdynamic"
                echo "LDFLAGS+=-Wl,--no-undefined -Wl,--as-needed"