diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/distutils-common-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/distutils-common-base.bbclass b/meta/classes/distutils-common-base.bbclass index 94b5fd426d..43a38e5a3a 100644 --- a/meta/classes/distutils-common-base.bbclass +++ b/meta/classes/distutils-common-base.bbclass | |||
@@ -11,7 +11,7 @@ export LDCXXSHARED = "${CXX} -shared" | |||
11 | export CCSHARED = "-fPIC -DPIC" | 11 | export CCSHARED = "-fPIC -DPIC" |
12 | # LINKFORSHARED are the flags passed to the $(CC) command that links | 12 | # LINKFORSHARED are the flags passed to the $(CC) command that links |
13 | # the python executable | 13 | # the python executable |
14 | export LINKFORSHARED = "{SECURITY_CFLAGS} -Xlinker -export-dynamic" | 14 | export LINKFORSHARED = "${SECURITY_CFLAGS} -Xlinker -export-dynamic" |
15 | 15 | ||
16 | FILES_${PN} += "${libdir}/* ${libdir}/${PYTHON_DIR}/*" | 16 | FILES_${PN} += "${libdir}/* ${libdir}/${PYTHON_DIR}/*" |
17 | 17 | ||