pfetch: fix build
This commit is contained in:
parent
54390807a1
commit
39a8ac0915
7 changed files with 22 additions and 22 deletions
11
base/libnl-tiny/cmake-no-extra-errs.patch
Normal file
11
base/libnl-tiny/cmake-no-extra-errs.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
INCLUDE_DIRECTORIES(include)
|
||||
|
||||
-ADD_DEFINITIONS(-Wall -Werror -Wextra -Wno-unused-parameter)
|
||||
+#ADD_DEFINITIONS(-Wall -Werror -Wextra -Wno-unused-parameter)
|
||||
STRING(REPLACE "-DNDEBUG" "" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
|
||||
|
||||
ADD_LIBRARY(nl-tiny SHARED
|
Loading…
Add table
Add a link
Reference in a new issue