[SCM] x265/master: Build with ENABLE_PIC=ON

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Feb 18 01:09:17 UTC 2015


The following commit has been merged in the master branch:
commit afe234f4711fca737d173f26ba5a6bd6a214de57
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Feb 18 01:33:22 2015 +0100

    Build with ENABLE_PIC=ON

diff --git a/debian/rules b/debian/rules
index 1c52b6c..56e6cba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,10 +18,12 @@ override_dh_auto_clean:
 
 override_dh_auto_configure:
 	dh_auto_configure --builddirectory=x265-10bit -- \
+		-DENABLE_PIC=ON \
 		-DHIGH_BIT_DEPTH=ON \
 		-DENABLE_CLI=OFF \
 		-DLIB_INSTALL_DIR=lib/$(DEB_HOST_MULTIARCH)/x265-10bit
 	dh_auto_configure -- \
+		-DENABLE_PIC=ON \
 		-DLIB_INSTALL_DIR=lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_build-arch:

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list