diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-21 13:30:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-21 13:30:57 +0000 |
commit | eff664cb9c7a422b3623c1f6b9afa138628403e3 (patch) | |
tree | 8b9d216919e3844bafa9b9babd15d69b790820f0 /app-i18n/nkf/files | |
parent | Revision bump to work with gaim-2.0.0beta4 (diff) | |
download | gentoo-2-eff664cb9c7a422b3623c1f6b9afa138628403e3.tar.gz gentoo-2-eff664cb9c7a422b3623c1f6b9afa138628403e3.tar.bz2 gentoo-2-eff664cb9c7a422b3623c1f6b9afa138628403e3.zip |
Don't strip binary when linking, thanks to Patrick Lauer for reporting in bug #152231.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'app-i18n/nkf/files')
-rw-r--r-- | app-i18n/nkf/files/nkf-python.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-i18n/nkf/files/nkf-python.patch b/app-i18n/nkf/files/nkf-python.patch index daa55ebc4d2c..37e7f05f8243 100644 --- a/app-i18n/nkf/files/nkf-python.patch +++ b/app-i18n/nkf/files/nkf-python.patch @@ -206,7 +206,7 @@ diff -Naur nkf205/NKF.python/README nkf205-py/NKF.python/README diff -Naur nkf205/NKF.python/setup.py nkf205-py/NKF.python/setup.py --- nkf205/NKF.python/setup.py Thu Jan 1 09:00:00 1970 +++ nkf205-py/NKF.python/setup.py Thu Apr 14 23:16:11 2005 -@@ -0,0 +1,12 @@ +@@ -0,0 +1,11 @@ +#!/usr/bin/env python + +from distutils.core import setup, Extension @@ -217,5 +217,4 @@ diff -Naur nkf205/NKF.python/setup.py nkf205-py/NKF.python/setup.py + author="Matsumoto Tadashi", + author_email="ma2@city.plala.jp", + ext_modules = [ -+ Extension("nkf", ["NKF_python.c"], -+ extra_link_args = ['-s'])]) ++ Extension("nkf", ["NKF_python.c"])]) |