mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/lrzsz: drop unused LRZSZ_POST_CONFIGURE_HOOKS
As already done for LRZSZ_BUILD_HOOKS in commit5fde4abc8d, drop bogus LRZSZ_POST_CONFIGURE_HOOKS as this hook added in 2010 is also never called Fixes:4f3f291a3bSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
7d684de63f
commit
e7c0125754
@@ -13,11 +13,6 @@ LRZSZ_CPE_ID_VALID = YES
|
||||
LRZSZ_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
LRZSZ_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
define LRZSZ_POST_CONFIGURE_HOOKS
|
||||
$(SED) "s/-lnsl//;" $(@D)/src/Makefile
|
||||
$(SED) "s~\(#define ENABLE_SYSLOG.*\)~/* \1 */~;" $(@D)/config.h
|
||||
endef
|
||||
|
||||
define LRZSZ_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/src/lrz $(TARGET_DIR)/usr/bin/rz
|
||||
$(INSTALL) -m 0755 -D $(@D)/src/lsz $(TARGET_DIR)/usr/bin/sz
|
||||
|
||||
Reference in New Issue
Block a user