]> git.pld-linux.org Git - packages/e3.git/commitdiff
- no_install_post_strip is back, e3 binary is statically linked and after master
authorhawk <hawk@pld-linux.org>
Sun, 13 Apr 2008 14:30:55 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  stripping it segfaults (binary shrinks from ~13K to ~200 bytes so
  probably only ELF header is left)

Changed files:
    e3.spec -> 1.42

e3.spec

diff --git a/e3.spec b/e3.spec
index 2d852bef22efca741d7d2dffc814ddcd66e81592..079cdfb674ebbddf4c9f91043c367b18e8bb8dba 100644 (file)
--- a/e3.spec
+++ b/e3.spec
@@ -20,6 +20,8 @@ BuildRequires:        yasm
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                no_install_post_strip   1
+
 %description
 e3 is a text micro editor with a code size less than 10000 bytes.
 Except for 'undo' and 'syntax highlighting', e3 supports all of the
This page took 0.042318 seconds and 4 git commands to generate.