Re: [RFH] CMake and /usr/lib64/

2007-04-15 Thread Goswin von Brederlow
Bastian Venthur <[EMAIL PROTECTED]> writes: > Goswin von Brederlow schrieb: >> Bastian Venthur <[EMAIL PROTECTED]> writes: >>> Does anybody know how to tell CMake not to use /usr/lib64 but /usr/lib >>> when building a package on amd64? >>> >>> My quick and dirty solution to fix #417044 would be a

Re: [RFH] CMake and /usr/lib64/

2007-04-14 Thread Bastian Venthur
Goswin von Brederlow schrieb: > Bastian Venthur <[EMAIL PROTECTED]> writes: >> Does anybody know how to tell CMake not to use /usr/lib64 but /usr/lib >> when building a package on amd64? >> >> My quick and dirty solution to fix #417044 would be a modification in >> debian/rules where I move /usr/li

Re: [RFH] CMake and /usr/lib64/

2007-04-13 Thread Goswin von Brederlow
Bastian Venthur <[EMAIL PROTECTED]> writes: > Hi, > > Does anybody know how to tell CMake not to use /usr/lib64 but /usr/lib > when building a package on amd64? > > My quick and dirty solution to fix #417044 would be a modification in > debian/rules where I move /usr/lib64 to /usr/lib, but it woul

Re: [RFH] CMake and /usr/lib64/

2007-04-13 Thread Bastian Venthur
Am 12.04.2007 09:11 schrieb Michal Čihař: > On Thu, 12 Apr 2007 08:49:47 +0200 > Bastian Venthur <[EMAIL PROTECTED]> wrote: >> Does anybody know how to tell CMake not to use /usr/lib64 but /usr/lib >> when building a package on amd64? > > There are needed some special steps? I recently switched Ga

Re: [RFH] CMake and /usr/lib64/

2007-04-12 Thread Michal Čihař
Hi On Thu, 12 Apr 2007 08:49:47 +0200 Bastian Venthur <[EMAIL PROTECTED]> wrote: > Does anybody know how to tell CMake not to use /usr/lib64 but /usr/lib > when building a package on amd64? There are needed some special steps? I recently switched Gammu package to CMake and it automatically insta