Codebase list unbound / e60b9fc
d/rules: stop adding --as-needed linker flag (it is the default now) Michael Tokarev 2 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
3636 unbound-config: b/unbound/config.h
3737 b/unbound/config.h:
3838 PYTHON_VERSION="$(shell py3versions -vd)" \
39 CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="-Wl,--as-needed $(LDFLAGS)" \
39 CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
4040 dh_auto_configure -Bb/unbound -- \
4141 --with-pythonmodule \
4242 --with-pyunbound \
5454 # second build: libunbound only, with nettle
5555 libunbound-config: b/libunbound/config.h
5656 b/libunbound/config.h:
57 CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="-Wl,--as-needed $(LDFLAGS)" \
57 CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
5858 dh_auto_configure -Bb/libunbound -- \
5959 --with-libunbound-only \
6060 --with-nettle \