[vtun] avoid stripping too early to preserve debuginfo (#857716), take 2

Gabriel L. Somlo somlo at fedoraproject.org
Sun Sep 16 15:01:49 UTC 2012


commit 4da605e27f6ccfd42775d0733a29b2028ff9223c
Author: Gabriel L. Somlo <somlo at hedwig.ini.cmu.edu>
Date:   Sun Sep 16 11:01:48 2012 -0400

    avoid stripping too early to preserve debuginfo (#857716), take 2

 vtun-nostrip.patch |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/vtun-nostrip.patch b/vtun-nostrip.patch
new file mode 100644
index 0000000..fb4aa65
--- /dev/null
+++ b/vtun-nostrip.patch
@@ -0,0 +1,10 @@
+diff -up vtun-3.0.3/Makefile.in~ vtun-3.0.3/Makefile.in
+--- vtun-3.0.3/Makefile.in~	2012-07-09 07:55:38.000000000 +0300
++++ vtun-3.0.3/Makefile.in	2012-09-16 16:12:41.176283091 +0300
+@@ -99,6 +99,5 @@ install: vtund install_config install_ma
+ 	$(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(LOCK_DIR)
+ 	$(INSTALL) -d -m 755 $(INSTALL_OWNER) $(DESTDIR)$(SBIN_DIR)
+ 	$(INSTALL) -m 755 $(INSTALL_OWNER) vtund $(DESTDIR)$(SBIN_DIR)
+-	$(BIN_DIR)/strip $(DESTDIR)$(SBIN_DIR)/vtund
+ 
+ # DO NOT DELETE THIS LINE -- make depend depends on it.


More information about the scm-commits mailing list