2
0

0001-Remove-strip.patch 244 B

12345678910111213
  1. diff --git a/Makefile b/Makefile
  2. index 1778ebf..e44119e 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -9,7 +9,7 @@ all: tcping
  6. tcping: $(OBJS)
  7. $(CC) $(OBJS) $(LDFLAGS) -o tcping
  8. - strip tcping
  9. +
  10. install: tcping
  11. cp tcping $(DESTDIR)/usr/bin