Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libjpeg-turbo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libjpeg-turbo
Commits
955116e9
Commit
955116e9
authored
Feb 03, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test 83 should be patched only on arm to prevent failure on Intel
parent
bafe9c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile
Makefile
+3
-1
No files found.
Makefile
View file @
955116e9
all
:
tar
xf libjpeg-turbo-2.0.5.tar.gz
patch
-Np1
-d
libjpeg-turbo-2.0.5 < libjpeg-turbo-2.0.5-fix_arm_test83.patch
if
[
`
uname
-m
`
=
'armv7l'
]
;
then
\
patch
-Np1
-d
libjpeg-turbo-2.0.5 < libjpeg-turbo-2.0.5-fix_arm_test83.patch
;
\
fi
mkdir
libjpeg-turbo-2.0.5/build
cd
libjpeg-turbo-2.0.5/build
&&
cmake
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_BUILD_TYPE
=
RELEASE
-DENABLE_STATIC
=
FALSE
-DCMAKE_INSTALL_DOCDIR
=
/usr/share/doc/libjpeg-turbo-2.0.5
-DCMAKE_INSTALL_DEFAULT_LIBDIR
=
lib ..
$(MAKE)
-C
libjpeg-turbo-2.0.5/build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment