maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #04569
Re: Need help re. which files to include in 5.5 .debs
Sergei Golubchik <serg@xxxxxxxxxxxx> writes:
> Hi, Kristian!
>
> On Jan 25, Kristian Nielsen wrote:
>> Kristian Nielsen <knielsen@xxxxxxxxxxxxxxx> writes:
>>
>> > So if I understand you correctly, you are saying that libmariadbclient-dev
>> > should install every .h file that `make install` does.
>>
>> Do we really have to do this?
>>
>> Eg. files like these:
>>
>> /usr/local/mysql/include/decimal.h
>> /usr/local/mysql/include/errmsg.h
>> /usr/local/mysql/include/keycache.h
>
> Weird. How did you do that? :)
Just `cmake . && make && make install DESTDIR=xxx` ...
What's wierd about this (just curious, didn't understand)?
> Yes. Only psi* files should be in /usr/include/mysql/psi/*
>
> In other words, files $top_srcdir/include/*.h go into /usr/include/mysql.
> Everything $top_srcdir/include/mysql/* also goes into /usr/include/mysql.
Ok, will do, thanks for the help!
- Kristian.
References