cc27267ae4
Drop patch (already in version) and so autoreconf https://github.com/rurban/safeclib/blob/v3.7.1/ChangeLog Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
637 B
Makefile
19 lines
637 B
Makefile
################################################################################
|
|
#
|
|
# safeclib
|
|
#
|
|
################################################################################
|
|
|
|
SAFECLIB_VERSION = 3.7.1
|
|
SAFECLIB_SITE = \
|
|
https://github.com/rurban/safeclib/releases/download/v$(SAFECLIB_VERSION)
|
|
SAFECLIB_SOURCE = safeclib-$(SAFECLIB_VERSION).tar.xz
|
|
SAFECLIB_LICENSE = MIT
|
|
SAFECLIB_LICENSE_FILES = COPYING
|
|
SAFECLIB_INSTALL_STAGING = YES
|
|
# -fstack-protector-strong is used by default. Disable that so the
|
|
# BR2_SSP_* options in the toolchain wrapper are used instead
|
|
SAFECLIB_CONF_OPTS = --disable-hardening
|
|
|
|
$(eval $(autotools-package))
|