packages/libs/zaptel-1.4.x/patches/200-Makefile-pwd.patch
mb 9ed84c6a9a zaptel-1.4: Compilefixes for 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23307 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-07 17:07:46 +00:00

15 lines
275 B
Diff

---
Makefile | 1 +
1 file changed, 1 insertion(+)
--- zaptel-1.4.12.1.orig/Makefile
+++ zaptel-1.4.12.1/Makefile
@@ -18,6 +18,7 @@ ifeq ($(MAKELEVEL),0)
PWD:=$(shell pwd)
export PWD
endif
+PWD:=`pwd`
ifeq ($(ARCH),)
ARCH:=$(shell uname -m | sed -e s/i.86/i386/)