This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
zoneminder/zoneminder-1.24.1-perldep.patch

12 lines
405 B
Diff

--- scripts/ZoneMinder/lib/ZoneMinder/Memory/Mapped.pm.perldep 2009-04-11 19:00:53.000000000 +0100
+++ scripts/ZoneMinder/lib/ZoneMinder/Memory/Mapped.pm 2009-04-11 19:00:29.000000000 +0100
@@ -66,7 +66,8 @@
use ZoneMinder::Config qw(:all);
use ZoneMinder::Debug qw(:all);
-use Sys::Mmap;
+# Remove this, we don't use it but RPM is finding it as a dependency
+# use Sys::Mmap;
sub zmMemKey( $ )
{