fix(arch): also blank LDFLAGS for debug build

main
Jef Roosens 2022-06-02 20:21:20 +02:00
parent 0e8e7223ab
commit 2abbc11118
Signed by untrusted user: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ build() {
# The default CFLAGS for some reason causes vieter to segfault if used
# inside the PKGBUILD. As a workaround, we use tcc to build a debug build
# that does work, so we can generate the manpages.
CFLAGS= make man
CFLAGS= LDFLAGS= make man
}
package() {

View File

@ -30,7 +30,7 @@ build() {
# The default CFLAGS for some reason causes vieter to segfault if used
# inside the PKGBUILD. As a workaround, we use tcc to build a debug build
# that does work, so we can generate the manpages.
CFLAGS= make man
CFLAGS= LDFLAGS= make man
}
package() {