geany-plugins: fix PIE build.
This commit is contained in:
parent
30fa5c30a7
commit
ef381ce1be
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'geany-plugins'
|
# Template file for 'geany-plugins'
|
||||||
pkgname=geany-plugins
|
pkgname=geany-plugins
|
||||||
version=1.26
|
version=1.26
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-all-plugins"
|
configure_args="--enable-all-plugins"
|
||||||
hostmakedepends="automake gettext-devel intltool libtool pkg-config vala
|
hostmakedepends="automake gettext-devel intltool libtool pkg-config vala
|
||||||
|
@ -28,7 +28,7 @@ pre_configure() {
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# XXX: Compile 'leg' for host arch.
|
# XXX: Compile 'leg' for host arch.
|
||||||
make CC=cc CFLAGS="" -C "markdown/peg-markdown/peg-0.1.9"
|
make CC=cc CFLAGS="-fPIE" -C "markdown/peg-markdown/peg-0.1.9"
|
||||||
}
|
}
|
||||||
|
|
||||||
# These plugins require extra dependencies
|
# These plugins require extra dependencies
|
||||||
|
|
Loading…
Reference in New Issue