Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
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
Dmitry Blinov
moodle_rebase10.1.2
Commits
77d9ed24
Commit
77d9ed24
authored
Apr 09, 2020
by
Thomas Gambier
Committed by
Thomas Gambier
Apr 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/screen: add patch for correct dependencies during compilation
parent
91852f73
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
201 additions
and
1 deletion
+201
-1
component/screen/buildout.cfg
component/screen/buildout.cfg
+5
-1
component/screen/dependencies.diff
component/screen/dependencies.diff
+196
-0
No files found.
component/screen/buildout.cfg
View file @
77d9ed24
...
...
@@ -3,6 +3,7 @@ parts =
screen
extends =
../ncurses/buildout.cfg
../patch/buildout.cfg
../texinfo/buildout.cfg
[screen]
...
...
@@ -11,7 +12,10 @@ shared = true
url = http://ftp.gnu.org/gnu/screen/screen-${:version}.tar.gz
version = 4.8.0
md5sum = d276213d3acd10339cd37848b8c4ab1e
patches =
${:_profile_base_location_}/dependencies.diff
patch-options = -p2
environment =
CFLAGS=-I${ncurses:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
PATH=${texinfo:location}/bin:%(PATH)s
PATH=${
patch:location}/bin:${
texinfo:location}/bin:%(PATH)s
component/screen/dependencies.diff
0 → 100644
View file @
77d9ed24
This diff is collapsed.
Click to expand it.
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