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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Markus Gothe
openwrt-packages
Commits
756d9e90
Commit
756d9e90
authored
3 years ago
by
Jianhui Zhao
Committed by
Hannu Nyman
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
libuhttpd: Update to 3.12.0
Signed-off-by:
Jianhui Zhao
<
zhaojh329@gmail.com
>
parent
3f2113db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/libuhttpd/Makefile
+6
-6
6 additions, 6 deletions
libs/libuhttpd/Makefile
with
6 additions
and
6 deletions
libs/libuhttpd/Makefile
+
6
−
6
View file @
756d9e90
...
...
@@ -8,12 +8,12 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
libuhttpd
PKG_VERSION
:=
3.1
1
.0
PKG_VERSION
:=
3.1
2
.0
PKG_RELEASE
:=
1
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
=
https://github.com/zhaojh329/libuhttpd/releases/download/v
$(
PKG_VERSION
)
PKG_HASH
:=
dcd95fac7b29d43f57e942db6e9fb4c8745d4284684cd627d60c8a7f8c76cd32
PKG_HASH
:=
0639ce20f81d4826e96c3abf7d287f15220e53912ba9d56e228e2409252985e1
PKG_MAINTAINER
:=
Jianhui Zhao <zhaojh329@gmail.com>
PKG_LICENSE
:=
MIT
...
...
@@ -41,13 +41,13 @@ Package/libuhttpd-mbedtls=$(call Package/libuhttpd/Default,mbedtls,+PACKAGE_libu
Package/
libuhttpd-nossl
=
$(
call Package/libuhttpd/Default,nossl
)
ifeq
($(BUILD_VARIANT),openssl)
CMAKE_OPTIONS
+=
-D
UHTTPD_
USE_OPENSSL
=
ON
CMAKE_OPTIONS
+=
-DUSE_OPENSSL
=
ON
else
ifeq
($(BUILD_VARIANT),wolfssl)
CMAKE_OPTIONS
+=
-D
UHTTPD_
USE_WOLFSSL
=
ON
CMAKE_OPTIONS
+=
-DUSE_WOLFSSL
=
ON
else
ifeq
($(BUILD_VARIANT),mbedtls)
CMAKE_OPTIONS
+=
-D
UHTTPD_
USE_MBEDTLS
=
ON
CMAKE_OPTIONS
+=
-DUSE_MBEDTLS
=
ON
else
CMAKE_OPTIONS
+=
-D
UHTTPD_
SSL_SUPPORT
=
OFF
CMAKE_OPTIONS
+=
-DSSL_SUPPORT
=
OFF
endif
define
Package/libuhttpd-$(BUILD_VARIANT)/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