[Pkg-voip-commits] r2293 - zaptel/branches/sarge/debian/patches
Tzafrir Cohen
tzafrir-guest at costa.debian.org
Thu Aug 24 00:29:30 UTC 2006
Author: tzafrir-guest
Date: 2006-08-24 00:29:29 +0000 (Thu, 24 Aug 2006)
New Revision: 2293
Modified:
zaptel/branches/sarge/debian/patches/Makefile_uname.dpatch
zaptel/branches/sarge/debian/patches/Makefile_vzaphfc.dpatch
Log:
Adjust patches to zaptel 1.2.8
Modified: zaptel/branches/sarge/debian/patches/Makefile_uname.dpatch
===================================================================
--- zaptel/branches/sarge/debian/patches/Makefile_uname.dpatch 2006-08-24 00:28:48 UTC (rev 2292)
+++ zaptel/branches/sarge/debian/patches/Makefile_uname.dpatch 2006-08-24 00:29:29 UTC (rev 2293)
@@ -12,9 +12,9 @@
--- zaptel-1.2.0-rc1~/Makefile 2005-11-09 21:22:00.000000000 +0000
+++ zaptel-1.2.0-rc1/Makefile 2005-11-09 21:24:20.000000000 +0000
@@ -7,6 +7,11 @@
- ifeq ($(PWD),)
+ HOSTCC=gcc
PWD:=$(shell pwd)
- endif
+
+ifeq ($(DEB_HOST_GNU_TYPE),)
+UNAME_M:=$(shell uname -m)
+else
Modified: zaptel/branches/sarge/debian/patches/Makefile_vzaphfc.dpatch
===================================================================
--- zaptel/branches/sarge/debian/patches/Makefile_vzaphfc.dpatch 2006-08-24 00:28:48 UTC (rev 2292)
+++ zaptel/branches/sarge/debian/patches/Makefile_vzaphfc.dpatch 2006-08-24 00:29:29 UTC (rev 2293)
@@ -11,7 +11,7 @@
@@ -142,7 +142,8 @@
MOD_DESTDIR:=zaptel
- EXTRA_CFLAGS:=-I$(PWD)/include -I$(PWD)/include/oct6100api
+ EXTRA_CFLAGS:=-I$(SUBDIRS)/include -I$(SUBDIRS)/include/oct6100api
obj-m:=$(MODULESO)
+obj-m += vzaphfc/
wct4xxp-objs:=wct4xxp_base.o vpm450m.o
More information about the Pkg-voip-commits
mailing list