]> git.pld-linux.org Git - packages/isdn4k-utils.git/commitdiff
- fix perl build tools auto/th/isdn4k-utils-3.27-3
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 19 Mar 2018 22:31:54 +0000 (23:31 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 19 Mar 2018 22:31:54 +0000 (23:31 +0100)
- rel 3

isdn4k-utils.spec
perl-wld-module.patch [new file with mode: 0644]

index d830409fcacd89ec74ca857141b5e0e256e5cfa7..5bf33bf3c414efff6e9c40e0cc4185bfbbe35164 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Narzędzia dla podsystemu ISDN jądra
 Summary(pt_BR.UTF-8):  Utilitários para configuração do subsistema ISDN
 Name:          isdn4k-utils
 Version:       3.27
-Release:       2
+Release:       3
 Epoch:         3
 License:       GPL v2
 Group:         Applications/Communications
@@ -25,6 +25,7 @@ Patch7:               use-va_copy.patch
 Patch8:                format-security.patch
 Patch9:                tcl8.6.patch
 Patch10:       gnu89-inline.patch
+Patch11:       perl-wld-module.patch
 URL:           http://www.isdn4linux.de/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -238,6 +239,7 @@ Wtyczka CAPI dla pppd w wersji %{ppp_ver}.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 # don't symlink app-defaults dir to /etc/X11
 %{__sed} -i -e 's,@xmkmf,imake -I%{_libdir}/X11/config -DUseInstalled -DUseSeparateConfDir=NO,' xisdnload/Makefile.in
diff --git a/perl-wld-module.patch b/perl-wld-module.patch
new file mode 100644 (file)
index 0000000..a76828e
--- /dev/null
@@ -0,0 +1,18 @@
+diff -up isdn4k-utils-3.27_20151118/isdnlog/tools/dest/makedest.than isdn4k-utils-3.27_20151118/isdnlog/tools/dest/makedest
+--- isdn4k-utils-3.27_20151118/isdnlog/tools/dest/makedest.than        2017-08-08 11:49:59.607377458 +0200
++++ isdn4k-utils-3.27_20151118/isdnlog/tools/dest/makedest     2017-08-08 11:52:10.989430703 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#! /usr/bin/perl -w -I .
+ # make dest.gdbm
+ # necessary parts: ../../country-de.dat
+diff -up isdn4k-utils-3.27_20151118/isdnlog/tools/dest/pp_rate.than isdn4k-utils-3.27_20151118/isdnlog/tools/dest/pp_rate
+--- isdn4k-utils-3.27_20151118/isdnlog/tools/dest/pp_rate.than 2017-08-08 11:52:26.278855030 +0200
++++ isdn4k-utils-3.27_20151118/isdnlog/tools/dest/pp_rate      2017-08-08 11:52:38.020412941 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/perl
++#! /usr/bin/perl -w- I .
+ # This version of pp_rate originates from rates4linux:
+ # $Id: pp_rate,v 1.11 2004/10/23 17:40:21 tobiasb Exp $
This page took 0.054437 seconds and 4 git commands to generate.