anope: use gnu-make
This commit is contained in:
parent
c8943cba4e
commit
83d72b0dd4
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@ version=2.0.7
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="${pkgname}-${version}-source"
|
wrksrc="${pkgname}-${version}-source"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
make_cmd=make
|
||||||
configure_args="-DINSTDIR=../install -DRUNGROUP=_anope -DDEFUMASK=077
|
configure_args="-DINSTDIR=../install -DRUNGROUP=_anope -DDEFUMASK=077
|
||||||
-DUSE_PCH=OFF"
|
-DUSE_PCH=OFF"
|
||||||
hostmakedepends="gettext"
|
hostmakedepends="gettext"
|
||||||
|
@ -25,6 +26,8 @@ if [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||||
LDFLAGS="-lintl"
|
LDFLAGS="-lintl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# prevent cmake from building include/version and running
|
# prevent cmake from building include/version and running
|
||||||
# because it breaks cross compiling (cmake can't differentiate
|
# because it breaks cross compiling (cmake can't differentiate
|
||||||
|
|
Loading…
Reference in a new issue