mirror of
https://github.com/openwrt/packages.git
synced 2025-02-22 08:26:15 +00:00
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
12 lines
319 B
Diff
12 lines
319 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -57,7 +57,7 @@ if ( NOT DEFINED LIB_SUFFIX )
|
|
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 ()
|