Package Details: libupnp-git 1.14.16.r1.ge634b2ce-1

Git Clone URL: https://aur.archlinux.org/libupnp-git.git (read-only, click to copy)
Package Base: libupnp-git
Description: Portable open source UPnP development kit
Upstream URL: https://pupnp.sourceforge.io/
Licenses: BSD
Conflicts: libupnp
Provides: libupnp
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 0
Popularity: 0.000000
First Submitted: 2017-11-05 05:16 (UTC)
Last Updated: 2023-04-11 08:12 (UTC)

Dependencies (2)

Required by (21)

Sources (1)

Latest Comments

Chocobo1 commented on 2020-04-22 08:37 (UTC)

Can you please add --enable-reuseaddr option to the build process?

Sure, done.

Rogach commented on 2020-04-22 08:01 (UTC)

Can you please add --enable-reuseaddr option to the build process? It allows for clean restarts in programs that use libupnp. (for example gerbera: "It is strongly recommended to build libupnp with --enable-reuseaddr. Without this option Gerbera will be unable to restart with the same port number").

Here's the PKGBUILD diff with the change for your convenience:

diff --git a/PKGBUILD b/PKGBUILD
index da8037d..c8e4a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,8 @@ build() {

   ./bootstrap
   ./configure \
-    --prefix="/usr"
+    --prefix="/usr" \
+    --enable-reuseaddr
   make
 }

Chocobo1 commented on 2018-12-31 05:23 (UTC)

Failing to build.

Fixed now.

es20490446e commented on 2018-12-31 04:50 (UTC)

Failing to build.