packages/libs/zaptel-1.4.x/patches/330-uname_m.patch

16 lines
323 B
Diff
Raw Normal View History

---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- zaptel-1.4.12.1.orig/Makefile
+++ zaptel-1.4.12.1/Makefile
@@ -25,7 +25,7 @@ ARCH:=$(shell uname -m | sed -e s/i.86/i
endif
ifeq ($(DEB_HOST_GNU_TYPE),)
-UNAME_M:=$(shell uname -m)
+UNAME_M:=$(ARCH)
else
UNAME_M:=$(DEB_HOST_GNU_TYPE)
endif