Commit d46a2568 authored by Sean McGovern's avatar Sean McGovern Committed by Jean-Baptiste Kempf

postproc: enable PIC on Solaris

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
(cherry picked from commit d8ce467e626ae59cbea89456a52b88dc05802611)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 01dfe967
......@@ -75,6 +75,10 @@ else
POSTPROCCONF += --enable-pthreads
endif
ifdef HAVE_SOLARIS
POSTPROCCONF += --enable-pic
endif
# Build
ifdef GPL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment