Searched +full:- +full:denable_shared (Results 1 – 4 of 4) sorted by relevance
1 #!/bin/bash -eu5 ./configure --static --prefix="$WORK"6 make -j$(nproc) CFLAGS="$CFLAGS -fPIC"13 …--disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --disable-lzma-links --disable-s…14 make -j$(nproc)20 cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DPNG_SHARED=off21 make -j$(nproc)25 # Build libjpeg-turbo26 pushd "$SRC/libjpeg-turbo"27 CFLAGS="$CFLAGS -fPIC" cmake . -DCMAKE_INSTALL_PREFIX=$WORK -DENABLE_STATIC=on -DENABLE_SHARED=off[all …]
5 - /^[0-9]+\.[0-9]+\.[0-9]+/6 - /^jpeg-.*/10 - os: linux14 - docker15 - os: osx18 - os: linux23 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address -fno-omit-frame-pointer"24 CMAKE_FLAGS="-DENABLE_SHARED=0"29 - nasm30 - os: linux[all …]
7 path (rpath) from being embedded in the libjpeg-turbo shared libraries and11 libjpeg-turbo shared libraries.13 2. Fixed an integer overflow and subsequent segfault (CVE-2018-20330) that17 3. Fixed a buffer overrun (CVE-2018-19664) that occurred when attempting to18 decompress a specially-crafted malformed JPEG image to a 256-color BMP using22 decompress a specially-crafted malformed JPEG image with a specified image26 or 1x3 luminance and chrominance sampling factors. This is a non-standard way32 incorrect PPM images when used with the `-colors` option.34 7. Fixed an issue whereby a static build of libjpeg-turbo (a build in which38 occurred when compressing RGB images whose image rows were not 64-bit-aligned.[all …]
1 %global _docdir %{_defaultdocdir}/%{name}-%{version}24 #-->%if 128 %if "%{_prefix}" == "/opt/libjpeg-turbo"32 #-->%else34 #-->%endif36 Summary: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs42 #-->Source0: http://prdownloads.sourceforge.net/@CMAKE_PROJECT_NAME@/@CMAKE_PROJECT_NAME@-%{version…44 License: BSD-style45 BuildRoot: %{_blddir}/%{name}-buildroot-%{version}-%{release}48 Provides: %{name} = %{version}-%{release}, @CMAKE_PROJECT_NAME@ = %{version}-%{release}, libturbojp…[all …]