Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
11
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mehdi Sabwat
VLC
Commits
163b9b2e
Commit
163b9b2e
authored
5 years ago
by
Mehdi Sabwat
Browse files
Options
Downloads
Patches
Plain Diff
[WIP] Disable fPIC because __table_base and __memory_base should not be present in objects
parent
c2395cf9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/openjpeg/rules.mak
+3
-1
3 additions, 1 deletion
contrib/src/openjpeg/rules.mak
contrib/src/zlib/rules.mak
+4
-0
4 additions, 0 deletions
contrib/src/zlib/rules.mak
with
7 additions
and
1 deletion
contrib/src/openjpeg/rules.mak
+
3
−
1
View file @
163b9b2e
...
...
@@ -23,7 +23,9 @@ ifdef HAVE_VISUALSTUDIO
endif
# $(APPLY) $(SRC)/openjpeg/restrict.patch
$(APPLY)
$(SRC)/openjpeg/install.patch
$(APPLY)
$(SRC)/openjpeg/pic.patch
ifndef
HAVE_EMSCRIPTEN
$(APPLY)
$(SRC)/openjpeg/pic.patch
endif
$(APPLY)
$(SRC)/openjpeg/openjp2_pthread.patch
$(
call
pkg_static,
"./src/lib/openjp2/libopenjp2.pc.cmake.in"
)
$(MOVE)
...
...
This diff is collapsed.
Click to expand it.
contrib/src/zlib/rules.mak
+
4
−
0
View file @
163b9b2e
...
...
@@ -26,6 +26,10 @@ zlib: zlib-$(ZLIB_VERSION).tar.gz .sum-zlib
.zlib
:
zlib
ifdef
HAVE_WIN32
cd
$<
&&
$(
HOSTVARS
)
$(
MAKE
)
-fwin32
/Makefile.gcc
install
$(
HOSTVARS
)
$(
ZLIB_CONFIG_VARS
)
LD
=
"
$(
CC
)
"
INCLUDE_PATH
=
"
$(
PREFIX
)
/include"
LIBRARY_PATH
=
"
$(
PREFIX
)
/lib"
BINARY_PATH
=
"
$(
PREFIX
)
/bin"
endif
ifdef
HAVE_EMSCRIPTEN
cd
$<
&&
$(
HOSTVARS
)
$(
ZLIB_CONFIG_VARS
)
./configure
--prefix
=
$(
PREFIX
)
--static
cd
$<
&&
$(
MAKE
)
install
else
cd
$<
&&
$(
HOSTVARS_PIC
)
$(
ZLIB_CONFIG_VARS
)
./configure
--prefix
=
$(
PREFIX
)
--static
cd
$<
&&
$(
MAKE
)
install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment