Bug#1075720:

2024-12-06 Thread Andreas Hasenack
Here are some build changes, on amd64. Linking (the symbolic-functions one is an ubuntu delta in system-wide build flags): -cc -g authbind.o -o authbind +cc -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro authbind.o -o authbind -cc -g helper.o -o helper +cc -Wl,-Bsymbo

Bug#1075720:

2024-12-06 Thread Andreas Hasenack
Hello, I tried this form on top of the new debian upload. I'm not sure what is preferred, since this is a debian native package. I thought about only changing d/rules, but then I would break CPPFLAGS because the one provided by dpkg-buildflags would not have the MAJOR_VER and MINOR_VER defines. I

Bug#1075720: authbind does not honor CFLAGS/LDFLAGS set by the maintainer

2024-07-03 Thread Ian Jackson
Olivier Gayot writes ("Bug#1075720: authbind does not honor CFLAGS/LDFLAGS set by the maintainer"): > I just noticed that my quilt patch does not automatically apply because > authbind does not declare d/source/format. > As a consequence, the patch is ignored and the build sti

Bug#1075720: authbind does not honor CFLAGS/LDFLAGS set by the maintainer

2024-07-03 Thread Olivier Gayot
Package: authbind Version: 2.1.3 Followup-For: Bug #1075720 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch Control: tags -1 patch Dear Maintainer, To avoid modifying the upstream makefile, I decided to pass the CFLAGS & LDFLAGS variables on the CLI at the

Bug#1075720: authbind does not honor CFLAGS/LDFLAGS set by the maintainer

2024-07-03 Thread Olivier Gayot
Hello, I just noticed that my quilt patch does not automatically apply because authbind does not declare d/source/format. As a consequence, the patch is ignored and the build still runs without the expected CFLAGS / LDFLAGS. I will rework the patch and update. Thanks, Olivier

Bug#1075720: authbind does not honor CFLAGS/LDFLAGS set by the maintainer

2024-07-03 Thread Olivier Gayot
Package: authbind Version: 2.1.3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oracular ubuntu-patch Dear Maintainer, When building authbind, CFLAGS and LDFLAGS are overwritten by the upstream makefile (and are also hardcoded in debian/rules). Therefore,