diff options
Diffstat (limited to 'modules/zoneminder/zmdc.pl-LD_PRELOAD.patch')
-rw-r--r-- | modules/zoneminder/zmdc.pl-LD_PRELOAD.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/zoneminder/zmdc.pl-LD_PRELOAD.patch b/modules/zoneminder/zmdc.pl-LD_PRELOAD.patch deleted file mode 100644 index b00fc673..00000000 --- a/modules/zoneminder/zmdc.pl-LD_PRELOAD.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- /usr/bin/zmdc.pl 2011-05-23 22:28:57.505247793 +0200 -+++ /usr/bin/zmdc.pl 2011-05-23 22:29:45.597248242 +0200 -@@ -62,6 +62,7 @@ - $ENV{SHELL} = '/bin/sh' if exists $ENV{SHELL}; - delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; - -+$ENV{LD_PRELOAD} = '/usr/lib/libv4l/v4l2convert.so'; - my @daemons = ( - 'zmc', - 'zma', |