Discarded hostdist configure option from base/{libvncserver,lvm,nasm}

This commit is contained in:
PktSurf 2023-04-05 21:38:56 +05:30
parent 29d822cae3
commit add35ba9ff
3 changed files with 3 additions and 6 deletions

View file

@ -19,8 +19,7 @@ build() {
./configure \
--prefix="" \
--disable-static \
--without-ssl \
$hostdist
--without-ssl
make
make install DESTDIR=$pkg

View file

@ -30,8 +30,7 @@ build() {
--enable-pkgconfig \
--enable-applib \
--with-thin=internal \
--enable-udev_rules \
$hostdist
--enable-udev_rules
make
make install DESTDIR=$pkg

View file

@ -17,8 +17,7 @@ prepbuilddir() {
build() {
./configure \
--prefix="" \
$hostdist
--prefix=""
make
make install DESTDIR=$pkg