tce-load -i gssdp-dev gssdp-gir gobject-introspection-dev vala-dev

cd gupnp-0.20.16

CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var

find . -name Makefile -type f -exec sed -i 's/-g -O0/ /g' {} \;

make
sudo make install

edit /usr/local/bin/gupnp-binding-tool
#! /usr/local/bin/python

    gupnp 0.20.16
    ---------------------

    Prefix:                /usr/local
    GObject-Introspection: yes
    VALA bindings:         yes
    Context manager:       linux
    UUID Library:          generic
