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/qscintilla-python/files/qscintilla-python-2.4-nostr...

23 lines
633 B

--- Python/configure.py.orig 2009-05-13 23:54:57.000000000 +0200
+++ Python/configure.py 2009-05-13 23:56:26.000000000 +0200
@@ -276,7 +276,8 @@
installs=installs,
static=opts.static,
debug=opts.debug,
- universal=pyqt.universal
+ universal=pyqt.universal,
+ strip=0
)
else:
makefile = Makefile(
@@ -285,7 +286,8 @@
install_dir=opts.qscimoddir,
installs=installs,
static=opts.static,
- debug=opts.debug
+ debug=opts.debug,
+ strip=0
)
if qsci_define: