Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
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
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
2a6913e9
Unverified
Commit
2a6913e9
authored
3 years ago
by
Rosen Penev
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15743 from neheb/tan
tang: update to 10
parents
c25c4e37
a02d7932
No related branches found
No related tags found
1 merge request
!13
Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
utils/tang/Makefile
+3
-3
3 additions, 3 deletions
utils/tang/Makefile
utils/tang/patches/010-http.patch
+11
-0
11 additions, 0 deletions
utils/tang/patches/010-http.patch
with
14 additions
and
3 deletions
utils/tang/Makefile
+
3
−
3
View file @
2a6913e9
...
...
@@ -8,12 +8,12 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
tang
PKG_VERSION
:=
8
PKG_RELEASE
:=
1
PKG_VERSION
:=
10
PKG_RELEASE
:=
$(
AUTORELEASE
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://github.com/latchset/
$(
PKG_NAME
)
/releases/download/v
$(
PKG_VERSION
)
/
PKG_HASH
:=
0
3958bf27c24aa9892f6138d287d39bcc149e7ad72163c27b529aa3c6b066ede
PKG_HASH
:=
0
82f17e031708ab5e2f88c9b767d228bcf92a0d089fdb164d4ae93845cbd2a48
PKG_MAINTAINER
:=
Tibor Dudlák <tibor.dudlak@gmail.com>
PKG_LICENSE
:=
GPL-3.0-or-later
...
...
This diff is collapsed.
Click to expand it.
utils/tang/patches/010-http.patch
0 → 100644
+
11
−
0
View file @
2a6913e9
--- a/meson.build
+++ b/meson.build
@@ -54,7 +54,7 @@
compiler = meson.get_compiler('c')
if not compiler.has_header('http_parser.h',args : '-I/usr/local/include')
error('http-parser devel files not found.')
endif
-http_parser = compiler.find_library('http_parser',dirs:['/usr/lib','/usr/local/lib'])
+http_parser = compiler.find_library('http_parser')
licenses = ['COPYING']
libexecbins = []
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