remove uneeded patch.

This commit is contained in:
Vanilla I. Shu 2015-02-16 09:34:48 +00:00
parent aded1bec03
commit fcace3162c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379081

View file

@ -1,11 +0,0 @@
--- software/crash_handling/CMakeLists.txt.orig 2014-04-18 11:54:11.000000000 +0200
+++ software/crash_handling/CMakeLists.txt 2014-04-18 11:54:21.000000000 +0200
@@ -39,7 +39,7 @@
ADD_LIBRARY(crash_handling STATIC ${LIB_SRCS})
IF(UNIX)
- TARGET_LINK_LIBRARIES(crash_handling dl)
+ TARGET_LINK_LIBRARIES(crash_handling)
ENDIF(UNIX)
IF(HAVE_BFD)