File GoOllie-1.3-no_unneeded_libs.patch of Package GoOllie
Index: src/CMakeLists.txt
===================================================================
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -9,9 +9,6 @@ SET(CurrentExe "../GoOllie")
ADD_EXECUTABLE(${CurrentExe} main.cpp)
TARGET_LINK_LIBRARIES(${CurrentExe}
--lpthread
--lz
--lutil
-ltuxcap)
SET_TARGET_PROPERTIES(${CurrentExe}