58fddba910
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/sip#2c315db360735b3df2cbe3fdede369c4a6a9441c
22 lines
1.3 KiB
Diff
22 lines
1.3 KiB
Diff
diff -up sip-4.18/siputils.py.no_strip sip-4.18/siputils.py
|
|
--- sip-4.18/siputils.py.no_strip 2015-03-25 06:00:24.000000000 -0500
|
|
+++ sip-4.18/siputils.py 2016-04-13 11:34:23.718690341 -0500
|
|
@@ -1469,7 +1469,7 @@ class ModuleMakefile(Makefile):
|
|
"""
|
|
def __init__(self, configuration, build_file, install_dir=None, static=0,
|
|
console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0,
|
|
- dir=None, makefile="Makefile", installs=None, strip=1,
|
|
+ dir=None, makefile="Makefile", installs=None, strip=0,
|
|
export_all=0, universal=None, arch=None,
|
|
deployment_target=None):
|
|
"""Initialise an instance of a module Makefile.
|
|
@@ -1780,7 +1780,7 @@ class SIPModuleMakefile(ModuleMakefile):
|
|
"""
|
|
def __init__(self, configuration, build_file, install_dir=None, static=0,
|
|
console=0, qt=0, opengl=0, threaded=0, warnings=1, debug=0,
|
|
- dir=None, makefile="Makefile", installs=None, strip=1,
|
|
+ dir=None, makefile="Makefile", installs=None, strip=0,
|
|
export_all=0, universal=None, arch=None, prot_is_public=0,
|
|
deployment_target=None):
|
|
"""Initialise an instance of a SIP generated module Makefile.
|