forked from pool/boost
checked in (request 37247) OBS-URL: https://build.opensuse.org/request/show/37247 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=19
13 lines
394 B
Diff
13 lines
394 B
Diff
--- libs/python/build/Jamfile.v2
|
|
+++ libs/python/build/Jamfile.v2
|
|
@@ -24,7 +24,8 @@
|
|
|
|
project boost/python
|
|
: source-location ../src
|
|
- ;
|
|
+ : requirements <cxxflags>-fno-strict-aliasing
|
|
+ ;
|
|
|
|
rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }
|
|
rule unless ( test ? : yes * : no * ) { if ! $(test) { return $(yes) ; } else { return $(no) ; } }
|