diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2018-03-13 11:27:51 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:53 +0700 |
commit | d9dd305046d1f1abd9404f847bde9192c7b19ee4 (patch) | |
tree | 80c284cbd8a1d899de848cbf3940021ac9d7a179 /libraries/libupnp/libupnp.SlackBuild | |
parent | 96ccd6ab79d7adc47cc640516a28687007c41267 (diff) |
libraries/libupnp: Add upstream patch to remove a private header.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libupnp/libupnp.SlackBuild')
-rw-r--r-- | libraries/libupnp/libupnp.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/libupnp/libupnp.SlackBuild b/libraries/libupnp/libupnp.SlackBuild index db6a35e3fc166..98174bf26ce97 100644 --- a/libraries/libupnp/libupnp.SlackBuild +++ b/libraries/libupnp/libupnp.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=libupnp VERSION=${VERSION:-1.8.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -75,6 +75,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p1 < $CWD/patches/01_remove_threadpool_h.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |