#include
* Bastian Venthur [Wed, Dec 06 2006, 12:56:37PM]:
> Hi,
>
> one of my packages moved to cmake and I wonder how the classic
>
> ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
> --prefix=/usr --mandir=\$${prefix}/share/man
> --infodir=\$${prefix}/share/info CFLAGS="
Hi,
one of my packages moved to cmake and I wonder how the classic
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
-line in debian/rules translates to cmak
2 matches
Mail list logo