xbps-devel: needs broken_as_needed to build.
This commit is contained in:
parent
b8ad581c78
commit
db9926dc8c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=xbps-devel
|
||||||
version="$(date +%Y%m%d)"
|
version="$(date +%Y%m%d)"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
build_wrksrc="xbps"
|
build_wrksrc="xbps"
|
||||||
configure_script="LDFLAGS= ./configure"
|
configure_script="./configure"
|
||||||
configure_args="--prefix=/ --includedir=/usr/include
|
configure_args="--prefix=/ --includedir=/usr/include
|
||||||
--datadir=/usr/share --mandir=/usr/share/man --with-pie
|
--datadir=/usr/share --mandir=/usr/share/man --with-pie
|
||||||
--with-external-proplib --with-external-libfetch"
|
--with-external-proplib --with-external-libfetch"
|
||||||
|
@ -16,6 +16,7 @@ long_desc="
|
||||||
binary package manager. This packages includes code from a development
|
binary package manager. This packages includes code from a development
|
||||||
branch available from https://launchpad.net/xbps"
|
branch available from https://launchpad.net/xbps"
|
||||||
|
|
||||||
|
broken_as_needed=yes
|
||||||
conf_files="/etc/xbps-conf.plist"
|
conf_files="/etc/xbps-conf.plist"
|
||||||
subpackages="$pkgname-static"
|
subpackages="$pkgname-static"
|
||||||
provides="xbps-9999"
|
provides="xbps-9999"
|
||||||
|
|
Loading…
Reference in a new issue