mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
package/lrzsz: fix build with NLS
Fixes: - http://autobuild.buildroot.org/results/77e3ea00ca2c20d9fe284d31bbdf2b72956eae9f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 3229cd16bdc4eaedd4e6d1087d804b8093b12d5b) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d5e2773aff
commit
a9faf155c3
@ -9,6 +9,8 @@ LRZSZ_SITE = http://www.ohse.de/uwe/releases
|
||||
LRZSZ_CONF_OPTS = --disable-timesync
|
||||
LRZSZ_LICENSE = GPL-2.0+
|
||||
LRZSZ_LICENSE_FILES = COPYING
|
||||
LRZSZ_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
|
||||
LRZSZ_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
define LRZSZ_POST_CONFIGURE_HOOKS
|
||||
$(SED) "s/-lnsl//;" $(@D)/src/Makefile
|
||||
|
Loading…
x
Reference in New Issue
Block a user