packages/libs/zaptel-1.4.x/patches/200-Makefile-pwd.patch

15 lines
275 B
Diff
Raw Normal View History

---
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/)