SOURCES: check_spamd-utils.patch (NEW) - allow %{_libdir} expansio...
glen
glen at pld-linux.org
Fri Oct 7 00:36:49 CEST 2005
Author: glen Date: Thu Oct 6 22:36:49 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- allow %{_libdir} expansion at compile time
---- Files affected:
SOURCES:
check_spamd-utils.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/check_spamd-utils.patch
diff -u /dev/null SOURCES/check_spamd-utils.patch:1.1
--- /dev/null Fri Oct 7 00:36:49 2005
+++ SOURCES/check_spamd-utils.patch Fri Oct 7 00:36:44 2005
@@ -0,0 +1,11 @@
+--- ./check_spamd~ 2005-10-07 01:30:23.000000000 +0300
++++ ./check_spamd 2005-10-07 01:31:44.000000000 +0300
+@@ -13,7 +13,7 @@
+ use strict;
+ use Socket;
+ use Getopt::Long;
+-use lib utils.pm;
++use lib "@plugindir@";
+ use utils qw(%ERRORS $TIMEOUT &print_revision &support);
+ use vars qw($PROGNAME $PORT $CRIT $WARN $opt_H $opt_V $opt_c $opt_h $opt_p
+ $opt_t $opt_v $opt_w);
================================================================
More information about the pld-cvs-commit
mailing list