[vlc-devel] [PATCH 2/3] postproc: enable PIC on Solaris
    Sean McGovern 
    gseanmcg at gmail.com
       
    Tue Jun 24 03:08:15 CEST 2014
    
    
  
---
 contrib/src/postproc/rules.mak |    4 ++++
 1 file changed, 4 insertions(+)
diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index 727cd83..27e0b74 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -75,6 +75,10 @@ else
 POSTPROCCONF += --enable-pthreads
 endif
 
+ifdef HAVE_SOLARIS
+POSTPROCCONF += --enable-pic
+endif
+
 # Build
 
 ifdef GPL
-- 
1.7.9.2
    
    
More information about the vlc-devel
mailing list