Skip to content
Snippets Groups Projects
Commit c6321b85 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

set LBICONV_PLUG symbol to prevent iconv linkage problems

parent 9a331f61
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ iconv_build: $(ICONV)/lib/libcharset.so ...@@ -96,6 +96,7 @@ iconv_build: $(ICONV)/lib/libcharset.so
$(ICONV)/lib/libcharset.so: $(ICONV)/lib/libcharset.so:
(cd $(ICONV); $(MAKE) MAKE=$(MAKE) && $(MAKE) MAKE=$(MAKE) install > iconv_make.log 2>&1) (cd $(ICONV); $(MAKE) MAKE=$(MAKE) && $(MAKE) MAKE=$(MAKE) install > iconv_make.log 2>&1)
else else
GNUR_CONFIG_FLAGS := CFLAGS=-DLIBICONV_PLUG CPPFLAGS=-DLIBICONV_PLUG CXXFLAGS=-DLIBICONV_PLUG
iconv: iconv:
endif endif
# end SunOS # end SunOS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment