Michael Cronenworth wrote:
> I made a spec for libwebcam[1] and as it uses cmake instead of autotools
> for makefile generation, I thought I should use the %cmake macro to
> properly setup directory prefixes and such on my 64-bit host machine.
> When I read the build output it shows to be calling cmake with
> appropriate -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib64 and friends, but when
> a "make install" is performed the library gets placed in /usr/lib.

This is an issue with libwebcam's CMakeLists.txt files, it must be
hardcoding "lib" instead of using any of the definitions we set in
the %cmake macro.

        Kevin Kofler

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to