mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/libvips: fix build with NLS
Fixes: - http://autobuild.buildroot.org/results/cd61be84dc9781ea645f7667c2bd29908484692f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6910e723a9
commit
b96acd52af
@ -20,7 +20,8 @@ ifeq ($(BR2_sparc64),y)
|
||||
LIBVIPS_CXXFLAGS += -O0
|
||||
endif
|
||||
|
||||
LIBVIPS_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) $(LIBVIPS_CXXFLAGS)"
|
||||
LIBVIPS_CONF_ENV += CXXFLAGS="$(TARGET_CXXFLAGS) $(LIBVIPS_CXXFLAGS)" \
|
||||
LIBS=$(TARGET_NLS_LIBS)
|
||||
|
||||
LIBVIPS_CONF_OPTS = \
|
||||
--disable-introspection \
|
||||
|
Loading…
Reference in New Issue
Block a user