[MDEV-205] 'make install' installs libevent headers Created: 2012-03-29 Updated: 2012-03-30 Resolved: 2012-03-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.3.5, 5.2.10, 5.1.41 |
| Fix Version/s: | 5.3.6, 5.2.11, 5.1.61 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Heinz Wiesinger | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Slackware64 (unstable development branch). Compiling from source |
||
| Description |
|
I configured MariaDB with "--enable-libevent" and didn't have libevent itself installed on the system. It built against the internal one, but on "make install" installs the header files into $prefix/include/. I can provide build log and full configure line if necessary. Didn't try yet what happens when libevent is installed. |
| Comments |
| Comment by Heinz Wiesinger [ 2012-03-29 ] |
|
The headers do not get installed when building against a system installed libevent. |