Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111650457
D39394.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
950 B
Referenced Files
None
Subscribers
None
D39394.diff
View Options
Index: devel/py-awscrt/files/patch-setup.py
===================================================================
--- devel/py-awscrt/files/patch-setup.py
+++ devel/py-awscrt/files/patch-setup.py
@@ -25,7 +25,15 @@
def awscrt_ext():
# fetch the CFLAGS/LDFLAGS from env
extra_compile_args = os.environ.get('CFLAGS', '').split()
-@@ -360,7 +349,7 @@ def awscrt_ext():
+@@ -311,6 +311,7 @@ def awscrt_ext():
+
+ if distutils.ccompiler.get_default_compiler() != 'msvc':
+ extra_compile_args += ['-Wno-strict-aliasing', '-std=gnu99']
++ extra_link_args += ['-lexecinfo']
+
+ # treat warnings as errors in development mode
+ if is_development_mode():
+@@ -320,7 +321,7 @@ def awscrt_ext():
# a proper MacOS Universal2 binary. The linker warns us about this,
# but WHATEVER. Building everything twice (x86_64 and arm64) takes too long.
if not is_macos_universal2():
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 12:42 PM (20 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17016929
Default Alt Text
D39394.diff (950 B)
Attached To
Mode
D39394: devel/py-awscrt: update to 0.16.13 [+ fixes required by new devel/awscli2]
Attached
Detach File
Event Timeline
Log In to Comment