diff options
Diffstat (limited to 'repo/util')
-rw-r--r-- | repo/util/lynx.xibuild | 4 | ||||
-rw-r--r-- | repo/util/unzip.xibuild | 4 | ||||
-rw-r--r-- | repo/util/wireless-tools.xibuild | 4 | ||||
-rw-r--r-- | repo/util/wpa_supplicant.xibuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/repo/util/lynx.xibuild b/repo/util/lynx.xibuild index e43a83d..b669c9b 100644 --- a/repo/util/lynx.xibuild +++ b/repo/util/lynx.xibuild @@ -6,9 +6,9 @@ DEPS="libidn openssl" PKG_VER=2.8.9rel.1 SOURCE=https://invisible-mirror.net/archives/lynx/tarballs/lynx$PKG_VER.tar.bz2 -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/blfs/svn/lynx-$PKG_VER-security_fix-1.patch - ) + " DESC="A text only browser for the WWW" diff --git a/repo/util/unzip.xibuild b/repo/util/unzip.xibuild index dbd17d4..51bbff7 100644 --- a/repo/util/unzip.xibuild +++ b/repo/util/unzip.xibuild @@ -5,9 +5,9 @@ DEPS="bzip2 bash" PKG_VER=60 SOURCE=https://downloads.sourceforge.net/infozip/unzip$PKG_VER.tar.gz -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/blfs/svn/unzip-$PKG_VER-consolidated_fixes-1.patch - ) + " DESC="Compressor/archiver for creating and modifying zipfiles" diff --git a/repo/util/wireless-tools.xibuild b/repo/util/wireless-tools.xibuild index e33c0e0..e461eb2 100644 --- a/repo/util/wireless-tools.xibuild +++ b/repo/util/wireless-tools.xibuild @@ -7,9 +7,9 @@ PKG_VER=29 SOURCE=https://hewlettpackard.github.io/wireless-tools/wireless_tools.$PKG_VER.tar.gz DESC="Tools allowing to manipulate the Wireless Extensions" -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/blfs/svn/wireless_tools-$PKG_VER-fix_iwlist_scanning-1.patch - ) + " prepare () { sed -i "s/ldconfig/echo/g" Makefile diff --git a/repo/util/wpa_supplicant.xibuild b/repo/util/wpa_supplicant.xibuild index b55fadd..b79237e 100644 --- a/repo/util/wpa_supplicant.xibuild +++ b/repo/util/wpa_supplicant.xibuild @@ -8,9 +8,9 @@ PKG_VER=2.10 SOURCE=https://w1.fi/releases/wpa_supplicant-$PKG_VER.tar.gz DESC="A utility providng key negotiation for WPA wireless networks" BOOTSCRIPTS=blfs-bootscripts-20210826 -ADDITIONAL=( +ADDITIONAL=" https://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$BOOTSCRIPTS.tar.xz - ) + " prepare () { |