[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFH] migrating to cmake



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 cmake. The environment variables
CFLAGS and LDFLAGS shouldn't be a problem, but how do I set the --host,
--build, --prefix, --mandir and --infodir parameters?


Cheers,

Bastian

-- 
Bastian Venthur                                      http://venthur.de
Debian Developer                                 venthur at debian org



Reply to: