mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
ndisc6: use LIBS for libintl
Use LIBS instead of LDFLAGS for "-lintl", otherwise LDFLAGS gets evaluated to the left of object files and fails to link statically because of incorrect symbol resolution order. Fixes: http://autobuild.buildroot.net/results/21b/21bf88c9dbaecc204598e60dd9c7392a85068dd6/ Also rename patch to new naming convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
530f12d29d
commit
6ea07d5286
@ -14,7 +14,7 @@ NDISC6_LICENSE_FILES = COPYING
|
|||||||
|
|
||||||
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
||||||
NDISC6_DEPENDENCIES += gettext
|
NDISC6_DEPENDENCIES += gettext
|
||||||
NDISC6_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) -lintl"
|
NDISC6_CONF_ENV += LIBS="-lintl"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
NDISC6_BIN_ += dnssort # perl script
|
NDISC6_BIN_ += dnssort # perl script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user