mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
libftdi1: add new package.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
11
libs/libftdi1/patches/100-fix-x86_64-build.patch
Normal file
11
libs/libftdi1/patches/100-fix-x86_64-build.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -43,7 +43,7 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
AND NOT EXISTS "/etc/debian_version"
|
||||
AND NOT EXISTS "/etc/arch-release" )
|
||||
if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
|
||||
- set ( LIB_SUFFIX 64 )
|
||||
+ set ( LIB_SUFFIX "" )
|
||||
endif ()
|
||||
endif ()
|
||||
endif ()
|
||||
Reference in New Issue
Block a user