]> gitweb.michael.orlitzky.com - mjo-overlay.git/blobdiff - sys-fs/e4rat/files/v0.1.5_as-needed_fix.patch
Fix the --as-needed error with a patch.
[mjo-overlay.git] / sys-fs / e4rat / files / v0.1.5_as-needed_fix.patch
diff --git a/sys-fs/e4rat/files/v0.1.5_as-needed_fix.patch b/sys-fs/e4rat/files/v0.1.5_as-needed_fix.patch
new file mode 100644 (file)
index 0000000..3ab2ebc
--- /dev/null
@@ -0,0 +1,9 @@
+--- 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 @@
+         ARCHIVE DESTINATION "lib")
++
++target_link_libraries(${PROJECT_NAME}-core
++        ${${PROJECT_NAME}_LIBRARIES}
++    )