You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/nkf/files/nkf-2.1.3-strip.patch

10 lines
328 B

--- a/NKF.python/setup.py
+++ b/NKF.python/setup.py
@@ -8,5 +8,4 @@
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"])])