summaryrefslogtreecommitdiff
path: root/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2015-02-24 12:46:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-28 10:14:26 +0100
commit2c5a022d3e65779668f071446d80cf27bfe4c037 (patch)
tree4c06a5066bd7520b6fe0339ac82499389070697d /package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile
parent4b45b4b6517d76d769dafa6da23ef13aa1315388 (diff)
port packages mISDN, mISDNuser and capi4k-utils
mISDN still has some unresolved problems with sysfs object creation, to be fixed.
Diffstat (limited to 'package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile')
-rw-r--r--package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile b/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile
new file mode 100644
index 000000000..b31e9b393
--- /dev/null
+++ b/package/capi4k-utils/patches/patch-pppdcapiplugin_Makefile
@@ -0,0 +1,12 @@
+ - do not set uid when installing
+--- capi4k-utils.orig/pppdcapiplugin/Makefile 2005-07-18 11:11:25.000000000 +0200
++++ capi4k-utils/pppdcapiplugin/Makefile 2011-07-14 19:22:54.660001648 +0200
+@@ -12,7 +12,7 @@ export TOPDIR=$(shell pwd)
+ export CAPIINC=$(TOPDIR)/../capi20
+ export CAPILIB=$(TOPDIR)/../capi20
+ export INSTALL=$(TOPDIR)/install-sh -c
+-export INSTALLDATA=$(TOPDIR)/install-sh -c -o root -m 600
++export INSTALLDATA=$(TOPDIR)/install-sh -c -m 600
+ export MKDIR=$(TOPDIR)/mkinstalldirs
+
+ PPPSRCDIRS=/src/isdn/pppd