qtcreator: Add -Wl,-z.now to QMAKE_LFLAGS_PLUGIN
This commit is contained in:
parent
88f6ccb541
commit
6acd6c93c7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qtcreator'
|
# Template file for 'qtcreator'
|
||||||
pkgname=qtcreator
|
pkgname=qtcreator
|
||||||
version=3.5.0
|
version=3.5.0
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc=qt-creator-opensource-src-${version}
|
wrksrc=qt-creator-opensource-src-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
|
@ -22,7 +22,7 @@ checksum=5dc35f81b50d65243a6ae046125061051d03c3d50937a37e29e0669384bb0eb6
|
||||||
# disable_parallel_build=yes
|
# disable_parallel_build=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
qmake QMAKE_LFLAGS_SHLIB+=" -Wl,-z,now"
|
qmake QMAKE_LFLAGS_SHLIB+=" -Wl,-z,now" QMAKE_LFLAGS_PLUGIN+=" -Wl,-z,now"
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
# Note: A simple "make ${makejobs}" fails after libs because
|
# Note: A simple "make ${makejobs}" fails after libs because
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue