Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
redox-os
cookbook
Merge requests
!212
Resolve xz building issue for me
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve xz building issue for me
jD91mZM2/cookbook:fix-xz
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
jD91mZM2
requested to merge
jD91mZM2/cookbook:fix-xz
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
I have no idea why this is needed, but for me, it suddenly is
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2bc929b6
1 commit,
5 years ago
1 file
+
4
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
recipes/xz/recipe.sh
+
4
−
0
Options
@@ -12,6 +12,10 @@ function recipe_update {
@@ -12,6 +12,10 @@ function recipe_update {
}
}
function
recipe_build
{
function
recipe_build
{
# Workaround of
# xzdec: hidden symbol `main' in xzdec-xzdec.o is referenced by DSO
export
CFLAGS
=
"-fvisibility=default"
./autogen.sh
./autogen.sh
chmod
+w build-aux/config.sub
chmod
+w build-aux/config.sub
wget
-O
build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
wget
-O
build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
Loading