Browse Source

- libupnp: fix typo

master
vanhofen 4 years ago
committed by GitHub
parent
commit
5a6509cae5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package/libupnp/libupnp.mk

2
package/libupnp/libupnp.mk

@ -9,7 +9,7 @@ LIBUPNP_DIR = libupnp-$(LIBUPNP_VERSION)
LIBUPNP_SOURCE = libupnp-$(LIBUPNP_VERSION).tar.bz2
LIBUPNP_SITE = http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20$(LIBUPNP_VERSION)
LIBUPNP_CONV_OPTS = \
LIBUPNP_CONF_OPTS = \
--enable-shared \
--disable-static

Loading…
Cancel
Save