Skip to content

libaio: Update version from 0.3.110 to 0.3.113 #3083

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Commits on Mar 21, 2024

  1. libaio: Update version from 0.3.110 to 0.3.113

    Version 0.3.110-1 (10 years) is to old for some applications:
    
        linux/blkdev.c:366:18: error: ‘struct iocb’ has no member named ‘aio_rw_flags’
          366 |                 .aio_rw_flags   = bio->bi_opf & REQ_FUA ? RWF_SYNC : 0,
              |                  ^~~~~~~~~~~~
    
    so udate to latest veersion 0.3.113 (2 years) :-)
    
    `bee_install prefix=${D}/usr libdir=${D}/usr/lib` no longer worked, it
    left the build directory in the package archive:
    
        CONTENT
        BUILD
        META
        /scratch/
        /scratch/local/
        /scratch/local/bee-buczek/
        /scratch/local/bee-buczek/libaio/
        /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/
        /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/
        /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/
        /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/include/
        /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/include/libaio.h
    
    but it does no longer seem to be required, the current Makefile honors
    DESTDIR, so the default bee_install works.
    donald committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8bb211c View commit details
    Browse the repository at this point in the history