libupnp1.8: fix 32bit cross
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
28e896dbf7
commit
03da8c330c
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ wrksrc="pupnp-release-${version}"
|
|||
checksum=22adb8a54d71e5aa7315c3289fdb5bbbb6020199890abf4711a4426396f8e0df
|
||||
configure_args="--enable-ipv6 --enable-reuseaddr"
|
||||
|
||||
# libupnp uses large file support, so users must do that, too
|
||||
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue