Skip to content

Commit 9a91821

Browse files
KevinYakarmeta-codesync[bot]
authored andcommitted
remove fpic patches from run-getdeps.py
Summary: We don't need this patch function in `run-getdeps.py`, we can just add the flag directly to the boost-python manifest. Differential Revision: D108040039 fbshipit-source-id: 0d20ed8140c3edbb2fa6572ef28de2167b87cb3c
1 parent 75f6b11 commit 9a91821

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/fbcode_builder/manifests/boost-python

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ builder = nop
107107
# https://bugzilla.redhat.com/show_bug.cgi?id=1806545
108108
pch=off
109109
# Python extensions need -fPIC for static library linking into shared objects
110-
cxxflags="-fPIC"
110+
cxxflags=-fPIC
111+
cflags=-fPIC
111112

112113
[b2.args.os=darwin]
113114
toolset=clang

0 commit comments

Comments
 (0)