Let the CFLAGS being user settable

Submitted by:	Thomas Klausner <wiz@NetBSD.org>
pull/92/head
Baptiste Daroussin 2015-12-08 10:44:38 +01:00
parent 554ab175fd
commit ceb7232190
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ system_includedir = @SYSTEM_INCLUDEDIR@
system_libdir = @SYSTEM_LIBDIR@
pkgconfigdir = @PKGCONFIGDIR@
CFLAGS = -Wall -Wextra -Wformat=2 -std=gnu99
AM_CFLAGS = -Wall -Wextra -Wformat=2 -std=gnu99
bin_PROGRAMS = pkgconf
lib_LTLIBRARIES = libpkgconf.la

1
NEWS
View File

@ -14,6 +14,7 @@ Changes from 0.9.12:
* Bug fixes:
- cast all usage of ctype(3) functions
- do not expand variables passed via --define-variable for compatibility with pkg-config 0.29
- let the CFLAGS being user settable
Changes from 0.9.11 to 0.9.12:
------------------------------