mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
Add -D_GNU_SOURCE to miniupnp flags, fixing build at least on Ubuntu 11.04
This commit is contained in:
parent
491a98cf87
commit
7f4c8957bf
1 changed files with 1 additions and 1 deletions
2
third-party/miniupnp/Makefile.am
vendored
2
third-party/miniupnp/Makefile.am
vendored
|
@ -1,6 +1,6 @@
|
|||
noinst_LIBRARIES = libminiupnp.a
|
||||
|
||||
AM_CFLAGS = @PTHREAD_CFLAGS@ -DNDEBUG
|
||||
AM_CFLAGS = @PTHREAD_CFLAGS@ -DNDEBUG -D_GNU_SOURCE
|
||||
|
||||
libminiupnp_a_SOURCES = \
|
||||
connecthostport.c \
|
||||
|
|
Loading…
Reference in a new issue