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