Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
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
Johannes Rudolph
lede-mikrotik
Commits
108c0f53
Commit
108c0f53
authored
10 years ago
by
Luka Perkov
Browse files
Options
Downloads
Patches
Plain Diff
quilt: update to 0.63
Signed-off-by:
Hannu Nyman
<
hannu.nyman@iki.fi
>
SVN-Revision: 40744
parent
bddbcdfc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tools/quilt/Makefile
+2
-2
2 additions, 2 deletions
tools/quilt/Makefile
tools/quilt/patches/000-relocatable.patch
+2
-2
2 additions, 2 deletions
tools/quilt/patches/000-relocatable.patch
tools/quilt/patches/001-fix_compile.patch
+2
-2
2 additions, 2 deletions
tools/quilt/patches/001-fix_compile.patch
with
6 additions
and
6 deletions
tools/quilt/Makefile
+
2
−
2
View file @
108c0f53
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
quilt
PKG_NAME
:=
quilt
PKG_VERSION
:=
0.6
1
PKG_VERSION
:=
0.6
3
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://download.savannah.gnu.org/releases/
$(
PKG_NAME
)
PKG_SOURCE_URL
:=
http://download.savannah.gnu.org/releases/
$(
PKG_NAME
)
PKG_MD5SUM
:=
24417eba5961592b64103bdda001ebf4
PKG_MD5SUM
:=
c0ef4beb58a6fa72563b955e70624b6e
include
$(INCLUDE_DIR)/host-build.mk
include
$(INCLUDE_DIR)/host-build.mk
...
...
This diff is collapsed.
Click to expand it.
tools/quilt/patches/000-relocatable.patch
+
2
−
2
View file @
108c0f53
--- a/bin/quilt.in
--- a/bin/quilt.in
+++ b/bin/quilt.in
+++ b/bin/quilt.in
@@ -1
1
,9 +1
1
,15 @@
@@ -1
5
,9 +1
5
,15 @@
unset
POSIXLY_CORRECT
unset
GREP_OPTIONS
export TEXTDOMAIN=quilt
export TEXTDOMAIN=quilt
-export TEXTDOMAINDIR=@LOCALEDIR@
-export TEXTDOMAINDIR=@LOCALEDIR@
...
...
This diff is collapsed.
Click to expand it.
tools/quilt/patches/001-fix_compile.patch
+
2
−
2
View file @
108c0f53
--- a/Makefile.in
--- a/Makefile.in
+++ b/Makefile.in
+++ b/Makefile.in
@@ -2
66
,13 +2
66
,10 @@
$(patsubst %.in,%,$(wildcard bin/*.in qu
@@ -2
72
,13 +2
72
,10 @@
$(patsubst %.in,%,$(wildcard bin/*.in qu
@$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
@$(if $(filter $@,$(NON_EXEC_IN)),,chmod +x $@)
configure : configure.ac aclocal.m4
configure : configure.ac aclocal.m4
...
@@ -14,5 +14,5 @@
...
@@ -14,5 +14,5 @@
- @false
- @false
+ @touch $@
+ @touch $@
compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat
-maxdepth 1
-type f -perm
+111
))
compat_leftover := $(filter-out $(COMPAT),$(shell $(FIND) compat -type f -perm
-0100
))
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