Skip to content

Fix libev include directory #1490

Merged
merged 1 commit into from
Nov 25, 2019
Merged

Fix libev include directory #1490

merged 1 commit into from
Nov 25, 2019

Commits on Nov 25, 2019

  1. libev: Fix includedir

    The be0 conversion did more than advertized, and used the new bee file
    template, but forgot to migrate the INCLUEDIR variable setting. This
    causes a conflict for the header file `/usr/include/event.h`.
    
        $ sudo bee query /usr/include/event.h
        libev-4.11-1.x86_64
          /usr/include/event.h
        libevent-2.0.21-0.x86_64
          /usr/include/event.h
    
    This causes several build errors, as the one from libevent is expected
    by most programs.
    
    Fix this, by changing the include directory again.
    
    Increment the revision to 2.
    
    Fixes: 2b7d809 ("libev: be0 conversion and update SRCURL")
    pmenzel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0132473 View commit details
    Browse the repository at this point in the history