aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-30 01:11:48 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-03 07:52:41 -0300
commit671c3f24923d53bae96c8ef4989c250a5ce787c3 (patch)
tree171900a03c4da7962f382304e26bd7cee312e8a6 /etc
parentconfigure*: print CC and CFLAGS (diff)
downloadfirejail-671c3f24923d53bae96c8ef4989c250a5ce787c3.tar.gz
firejail-671c3f24923d53bae96c8ef4989c250a5ce787c3.tar.zst
firejail-671c3f24923d53bae96c8ef4989c250a5ce787c3.zip
build: actually set LDFLAGS and LIBS in makefiles
Both variables are used inside on src/prog.mk and src/so.mk, but they are not currently defined in any makefile, so their values cannot be substituted by ./configure. This means that the variables can be set when running make (such as with `make LDFLAGS=-Lfoo`), but changing them in configure.ac has no effect. The same applies when trying to set them when running ./configure (such as with `./configure LDFLAGS=-Lfoo`).
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions