[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1019225: s390-dasd: fix cross-plattform build



Looks like I forgot to attach the patch for use of strip:


diff --git a/Makefile b/Makefile
index 3120fd5..7e1017c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ CFLAGS += -g
 STRIP = /bin/true
 else
 CFLAGS += -fomit-frame-pointer
-STRIPTOOL=strip
+STRIPTOOL=$(DEB_HOST_GNU_TYPE)-strip
 STRIP = $(STRIPTOOL) --remove-section=.note --remove-section=.comment
 endif


-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076


Reply to: