Changeset 41a94dd


Ignore:
Timestamp:
2013-06-01T23:58:55Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ab19567, ca8037e
Parents:
aed00f8
Message:

Define _GNU_SOURCE via the command line instead of bitlbee.h (which doesn't
get included everywhere). Debian #703550.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    raed00f8 r41a94dd  
    211211echo CFLAGS+=-I${srcdir} -I${srcdir}/lib -I${srcdir}/protocols -I. >> Makefile.settings
    212212
    213 echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings
     213echo CFLAGS+=-DHAVE_CONFIG_H -D_GNU_SOURCE >> Makefile.settings
    214214
    215215if [ -n "$CC" ]; then
Note: See TracChangeset for help on using the changeset viewer.