Skip to content
  • Allan McRae's avatar
    Add large file support CFLAGS to pkgconfig file · 08864953
    Allan McRae authored
    
    
    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: default avatarAllan McRae <allan@archlinux.org>
    08864953