diff options
author | Bradley Sepos <[email protected]> | 2018-06-18 16:36:35 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-18 16:36:35 -0400 |
commit | 613426ead9da07e2a761e5dbfbd91e04048d7e8e (patch) | |
tree | 55b224b6ecc8261db744e63104159ed038cb1103 /contrib | |
parent | a589396d51a11a8697e2909e75e097db5bed22a1 (diff) |
Revert "contrib: Enable PIC when building x264 Flatpak on Linux."
This reverts commit a589396d51a11a8697e2909e75e097db5bed22a1.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/x264/module.defs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 3b701d810..57e65fde6 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -18,9 +18,3 @@ ifeq (1,$(BUILD.cross)) X264.CONFIGURE.env.CFLAGS = CFLAGS="-I$(call fn.ABSOLUTE,$(CONTRIB.build/)include) $(call fn.ARGS,X264.GCC,*archs *sysroot *minver ?extra)" X264.CONFIGURE.env.LDFLAGS = LDFLAGS="-L$(call fn.ABSOLUTE,$(CONTRIB.build/)lib) $(call fn.ARGS,X264.GCC,*archs *sysroot *minver)" endif - -ifeq (linux,$(BUILD.system)) - ifeq (x86_64,$(BUILD.machine)) - X264.CONFIGURE.extra += --enable-pic - endif -endif |