diff options
| author | Yutaro Hayakawa <yutaro.hayakawa@isovalent.com> | 2023-01-06 23:48:23 +0900 |
|---|---|---|
| committer | Yutaro Hayakawa <yutaro.hayakawa@isovalent.com> | 2023-01-06 23:48:23 +0900 |
| commit | 174881bdf91f6825932ffa901a24eb803c928060 (patch) | |
| tree | 6e400abba83339b88bbfdb16bfb5d6ab3c8046a7 /alpine | |
| parent | f616e716089b16d9a678846282a6ac5c55e31a56 (diff) | |
docker,alpine: Remove isl from dependencies
Alpine upstream changed the name of the isl package to isl-dev. This
caused the build breakage. Since FRR doesn't use it, we chose to solve
this issue by removing it.
Signed-off-by: Yutaro Hayakawa <yutaro.hayakawa@isovalent.com>
Diffstat (limited to 'alpine')
| -rw-r--r-- | alpine/APKBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index 3aad9549b5..fef7a61ccc 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -10,7 +10,7 @@ depends="json-c c-ares iproute2 python3 bash" makedepends="ncurses-dev net-snmp-dev gawk texinfo perl acct autoconf automake bash binutils bison bsd-compat-headers build-base c-ares c-ares-dev ca-certificates cryptsetup-libs curl device-mapper-libs - expat fakeroot flex fortify-headers gdbm git gmp isl json-c-dev kmod + expat fakeroot flex fortify-headers gdbm git gmp json-c-dev kmod lddtree libacl libatomic libattr libblkid libburn libbz2 libc-dev libcap-dev libcurl libedit libffi libgcc libgomp libisoburn libisofs libltdl libressl libssh2 libstdc++ libtool libuuid |
