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/dev-python/yenc/files/yenc-remove-cflags.patch

12 lines
489 B

--- setup.py 2011-09-06 09:04:33.000000000 +0200
+++ setup.py.NEW 2012-07-07 15:33:13.295906002 +0200
@@ -33,7 +33,7 @@
platforms = ["Unix"],
package_dir = { '': 'lib' },
py_modules = ["yenc"],
- ext_modules = [Extension("_yenc",["src/_yenc.c"],extra_compile_args=["-O2","-g"])],
+ ext_modules = [Extension("_yenc",["src/_yenc.c"])],
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 2.5",