From 088649534e7fd493cab4fce335f50a68108a48a6 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 29 Nov 2015 08:42:56 +1000 Subject: Add large file support CFLAGS to pkgconfig file Large file support is enabled by our configure script as required. If anything linking to libalpm does not also define large file support, there will be differences in the size of off_t which are not caught until runtime. Add the required CFLAGS to the pkg-config file so that users of libalpm know what flags are required. Signed-off-by: Allan McRae --- lib/libalpm/libalpm.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/libalpm.pc.in') diff --git a/lib/libalpm/libalpm.pc.in b/lib/libalpm/libalpm.pc.in index fdfc8be6..e4be1741 100644 --- a/lib/libalpm/libalpm.pc.in +++ b/lib/libalpm/libalpm.pc.in @@ -7,6 +7,6 @@ Name: libalpm Description: Arch Linux package management library URL: http://www.archlinux.org/pacman/ Version: @LIB_VERSION@ -Cflags: -I${includedir} +Cflags: -I${includedir} @LFS_CFLAGS@ Libs: -L${libdir} -lalpm Libs.private: @LIBS@ @LIBARCHIVE_LIBS@ @LIBSSL_LIBS@ @LIBCURL_LIBS@ @GPGME_LIBS@ -- cgit v1.2.3-24-g4f1b