Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
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
savoirfairelinux
jami-daemon
Commits
54c86661
Commit
54c86661
authored
5 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update pupnp
Change-Id: Id08a5fb2c038256408fac127b88626cef325baa7
parent
9e53aa4f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/upnp/SHA512SUMS
+2
-1
2 additions, 1 deletion
contrib/src/upnp/SHA512SUMS
contrib/src/upnp/rules.mak
+4
-4
4 additions, 4 deletions
contrib/src/upnp/rules.mak
with
6 additions
and
5 deletions
contrib/src/upnp/SHA512SUMS
+
2
−
1
View file @
54c86661
6d96dc0dcf187a425f3b60f4e750102331bd0a5bd452007e345eeacb63e9287ac213574c8071294809283ff8d8795433706ed2a14bae3d451605bf7a75e5a5bb pupnp-release-1.8.4.tar.gz
bcf6a806772187b681ba293be3b060f3da534f553056bf0d98d213869f6dc587ad7aa9dd06b0a232995198adc461b53861415198f7f2decda17fd19163a7a39f pupnp-edd037bf9b66637db42c08981c0e4ffeb6faadfa.tar.gz
998ef22d2af8e4cbc7fa1f87613ae0aa840e636bb72a5656a97327b0820a46b2b3ed2f3200260c018b5339de2fc4be760d42a3c687e49c7fedb58c1ad2287699 pupnp-release-1.12.0.tar.gz
\ No newline at end of file
This diff is collapsed.
Click to expand it.
contrib/src/upnp/rules.mak
+
4
−
4
View file @
54c86661
# UPNP
UPNP_VERSION
:=
1.
8.4
UPNP_VERSION
:=
1.
12.0
UPNP_URL
:=
https://github.com/mrjimenez/pupnp/archive/release-
$(
UPNP_VERSION
)
.tar.gz
PKGS
+=
upnp
...
...
@@ -18,17 +18,17 @@ ifeq ($(OS),Windows_NT)
$(
APPLY
)
$(
SRC
)
/upnp/libupnp-windows.patch
endif
$(
APPLY
)
$(
SRC
)
/upnp/libupnp-ipv6.patch
$(
APPLY
)
$(
SRC
)
/upnp/miniserver.patch
#
$(
APPLY
)
$(
SRC
)
/upnp/miniserver.patch
$(
UPDATE_AUTOCONFIG
)
&&
cd
$(
UNPACK_DIR
)
&&
mv
config.guess config.sub
$(
MOVE
)
.upnp
:
upnp
ifdef
HAVE_WIN32
$(
RECONF
)
cd
$<
&&
$(
HOSTVARS
)
CFLAGS
=
"-DUPNP_STATIC_LIB"
./configure
--disable-largefile
--disable-samples
--disable-webserver
--without-documentation
$(
HOSTCONF
)
cd
$<
&&
$(
HOSTVARS
)
CFLAGS
=
"-DUPNP_STATIC_LIB"
./configure
--disable-largefile
--disable-samples
--disable-device
--disable-webserver
--without-documentation
$(
HOSTCONF
)
else
$(
RECONF
)
cd
$<
&&
$(
HOSTVARS
)
CFLAGS
=
"
$(
CFLAGS
)
-DUPNP_STATIC_LIB"
./configure
--disable-largefile
--disable-samples
--disable-webserver
--without-documentation
$(
HOSTCONF
)
cd
$<
&&
$(
HOSTVARS
)
CFLAGS
=
"
$(
CFLAGS
)
-DUPNP_STATIC_LIB"
./configure
--disable-largefile
--disable-samples
--disable-device
--disable-webserver
--without-documentation
$(
HOSTCONF
)
endif
cd
$<
&&
$(
MAKE
)
install
touch
$@
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