SHA256
1
0
forked from pool/libupnp

Accepting request 150890 from home:elvigia:branches:devel:libraries:c_c++

- Previous patch was incomplete and did not consider files 
 in the upnp directory. (updates libupnp-configure.patch)

OBS-URL: https://build.opensuse.org/request/show/150890
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=9
This commit is contained in:
Sascha Peilicke 2013-02-04 18:20:48 +00:00 committed by Git OBS Bridge
parent bd82eb9f5c
commit 39b48a57bd
3 changed files with 18 additions and 1 deletions

View File

@ -112,3 +112,14 @@
/*!
* \brief Internal implementation of the class UpnpString.
*
--- upnp/Makefile.am.orig
+++ upnp/Makefile.am
@@ -6,7 +6,7 @@
SUBDIRS = doc . sample
-AM_CPPFLAGS = \
+AM_CPPFLAGS = -include $(top_builddir)/autoconfig.h \
-I$(srcdir)/inc \
-I$(top_srcdir)/threadutil/inc \
-I$(top_srcdir)/ixml/inc

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 3 17:15:23 UTC 2013 - crrodriguez@opensuse.org
- Previous patch was incomplete and did not consider files
in the upnp directory. (updates libupnp-configure.patch)
-------------------------------------------------------------------
Tue Jul 17 14:53:58 UTC 2012 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libupnp
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
#
# All modifications and additions to the file contributed by third parties