forked from ariadne/pkgconf
Let the CFLAGS being user settable
Submitted by: Thomas Klausner <wiz@NetBSD.org>feature/tap-sh
parent
554ab175fd
commit
ceb7232190
|
@ -6,7 +6,7 @@ system_includedir = @SYSTEM_INCLUDEDIR@
|
||||||
system_libdir = @SYSTEM_LIBDIR@
|
system_libdir = @SYSTEM_LIBDIR@
|
||||||
pkgconfigdir = @PKGCONFIGDIR@
|
pkgconfigdir = @PKGCONFIGDIR@
|
||||||
|
|
||||||
CFLAGS = -Wall -Wextra -Wformat=2 -std=gnu99
|
AM_CFLAGS = -Wall -Wextra -Wformat=2 -std=gnu99
|
||||||
|
|
||||||
bin_PROGRAMS = pkgconf
|
bin_PROGRAMS = pkgconf
|
||||||
lib_LTLIBRARIES = libpkgconf.la
|
lib_LTLIBRARIES = libpkgconf.la
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -14,6 +14,7 @@ Changes from 0.9.12:
|
||||||
* Bug fixes:
|
* Bug fixes:
|
||||||
- cast all usage of ctype(3) functions
|
- cast all usage of ctype(3) functions
|
||||||
- do not expand variables passed via --define-variable for compatibility with pkg-config 0.29
|
- 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:
|
Changes from 0.9.11 to 0.9.12:
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
Loading…
Reference in New Issue