The branch, master has been updated
via 08febc5eb9ee23b4b1734ab025cbcc2916a7d040 (commit)
from f0005c33680f09d43e63a0c4d2c8209d418289aa (commit)
- Log -----------------------------------------------------------------
commit 08febc5eb9ee23b4b1734ab025cbcc2916a7d040
Author: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun May 2 17:46:45 2010 +0200
CMAKE: Fix package creation on 32-bit machines
Appended patch fixes a typo that caused the creation of _64.[deb|rpm]
also for 32-bit builds.
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e6c96d..d082932 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ set(CPACK_COMPONENT_HEADERS_GROUP "Development")
IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
SET(LIB_SUFFIX "")
SET(PACK_ARCH "")
- ELSE(CMAKE_SIZEOF_VOID_P EQUAL 4)
+ ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8)
SET(LIB_SUFFIX 64)
SET(PACK_ARCH .x86_64)
endif(CMAKE_SIZEOF_VOID_P EQUAL 4)
hooks/post-receive
--
port libftdi to libusb-1.0
--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
|