Skip to content
Snippets Groups Projects
Verified Commit 26d3c7e0 authored by alice's avatar alice
Browse files

main/gcc: add bugurl

this makes the bug info at the bottom of --help (and segfaults?):

For bug reporting instructions, please see:
<https://gitlab.alpinelinux.org/alpine/aports/-/issues>.

which is where all issues should go, especially for this gcc given the
large patchset.
parent 33e897fd
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -9,7 +9,7 @@ pkgver=12.1.1_git20220630
[ "$CHOST" != "$CTARGET" ] && _target="-$CTARGET_ARCH" || _target=""
pkgname="$pkgname$_target"
pkgrel=3
pkgrel=4
pkgdesc="The GNU Compiler Collection"
url="https://gcc.gnu.org"
arch="all"
......@@ -374,6 +374,7 @@ build() {
$_cross_configure \
$_bootstrap_configure \
$_jit_configure \
--with-bugurl="https://gitlab.alpinelinux.org/alpine/aports/-/issues" \
--with-system-zlib \
$_hash_style_configure
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment