jer 14/08/07 10:04:51 Added: nkf-2.1.3-strip.patch Log: Do not inject CFLAGS. Unconditionally patch. Convert sed script to patch. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 app-i18n/nkf/files/nkf-2.1.3-strip.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nkf/files/nkf-2.1.3-strip.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/nkf/files/nkf-2.1.3-strip.patch?rev=1.1&content-type=text/plain Index: nkf-2.1.3-strip.patch =================================================================== --- a/NKF.python/setup.py +++ b/NKF.python/setup.py @@ -8,5 +8,4 @@ author="Matsumoto Tadashi", author_email="[email protected]", ext_modules = [ - Extension("nkf", ["NKF_python.c"], - extra_link_args = ['-s'])]) + Extension("nkf", ["NKF_python.c"])])
