Discarded hostdist configure option from base/{libvncserver,lvm,nasm}
This commit is contained in:
parent
29d822cae3
commit
add35ba9ff
3 changed files with 3 additions and 6 deletions
|
@ -19,8 +19,7 @@ build() {
|
|||
./configure \
|
||||
--prefix="" \
|
||||
--disable-static \
|
||||
--without-ssl \
|
||||
$hostdist
|
||||
--without-ssl
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -30,8 +30,7 @@ build() {
|
|||
--enable-pkgconfig \
|
||||
--enable-applib \
|
||||
--with-thin=internal \
|
||||
--enable-udev_rules \
|
||||
$hostdist
|
||||
--enable-udev_rules
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
|
@ -17,8 +17,7 @@ prepbuilddir() {
|
|||
|
||||
build() {
|
||||
./configure \
|
||||
--prefix="" \
|
||||
$hostdist
|
||||
--prefix=""
|
||||
|
||||
make
|
||||
make install DESTDIR=$pkg
|
||||
|
|
Loading…
Reference in a new issue