aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-30 03:34:14 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-12-03 07:53:07 -0300
commit35332bd99808335b79c01845b3dabf0d3e21fee1 (patch)
tree332a1c9719cb77e0044a2e9b1e31c635752d163e /etc
parentbuild: actually set LDFLAGS and LIBS in makefiles (diff)
downloadfirejail-35332bd99808335b79c01845b3dabf0d3e21fee1.tar.gz
firejail-35332bd99808335b79c01845b3dabf0d3e21fee1.tar.zst
firejail-35332bd99808335b79c01845b3dabf0d3e21fee1.zip
build: move library flags from EXTRA_LDFLAGS to LIBS
LIBS is the variable that Autoconf uses to put library flags. From the manual of GNU Autoconf (version 2.69): > -- Variable: LDFLAGS > > [...] > > This variable's contents should contain options like '-s' and '-L' > that affect only the behavior of the linker. Please see the > explanation of 'CFLAGS' for what you can do if an option also > affects other phases of the compiler. > > Don't use this variable to pass library names ('-l') to the linker; > use 'LIBS' instead. > > -- Variable: LIBS > > '-l' options to pass to the linker. The default value is empty, > but some Autoconf macros may prepend extra libraries to this > variable if those libraries are found and provide necessary > functions, see *note Libraries::. 'configure' uses this variable > when linking programs to test for C, C++, Objective C, Objective > C++, Fortran, and Go features.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions