X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=sys-fs%2Fe4rat%2Ffiles%2Fv0.2_as-needed_fix.patch;h=e297873910edc64931dae4bfb84caa4539d05ef0;hb=f286846d9b686bc6062136510992ffed43524491;hp=3ab2ebcf4b62448fb6d295bbba0b7de5bb1f7eee;hpb=515173cade2058c9fecbd08155c60ad454449193;p=mjo-overlay.git diff --git a/sys-fs/e4rat/files/v0.2_as-needed_fix.patch b/sys-fs/e4rat/files/v0.2_as-needed_fix.patch index 3ab2ebc..e297873 100644 --- a/sys-fs/e4rat/files/v0.2_as-needed_fix.patch +++ b/sys-fs/e4rat/files/v0.2_as-needed_fix.patch @@ -1,9 +1,10 @@ ---- a/src/CMakeLists.txt 2011-04-01 05:19:13.000000000 -0400 -+++ b/src/CMakeLists.txt 2011-04-09 18:09:18.955994952 -0400 -@@ -129,2 +129,6 @@ +--- a/src/CMakeLists.txt 2011-04-10 15:31:31.679852960 -0400 ++++ b/src/CMakeLists.txt 2011-04-10 15:31:20.528764626 -0400 +@@ -130,3 +130,7 @@ ARCHIVE DESTINATION "lib") + INSTALL(DIRECTORY DESTINATION "/var/lib/${PROJECT_NAME}") + +target_link_libraries(${PROJECT_NAME}-core -+ ${${PROJECT_NAME}_LIBRARIES} ++ ${${PROJECT_NAME}_LIBRARIES} + )