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

Conversation

pmenzel
Copy link
Collaborator

@pmenzel pmenzel commented Nov 25, 2019

Update with the commands below.

$ sudo bee update libev
$ sudo bee remove libevent-2.0.21-0.x86_64
$ sudo bee install libevent-2.0.21-0.x86_64

Tested on kreios.

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")
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant