Revert "MACOSINST-26 -liconv is condidered a bug. I assume someone triel & error fixed an issue with that."

T:is reverts commit acd5ffafda.
pull/2/head
Andreas Buff 2021-05-25 13:50:24 +02:00
parent acd5ffafda
commit 0838a285e6
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ $(LIB_TARGET): $(LIB_OBJECTS)
$(AR) -cr $@ $^
$(TARGET): $(LIB_TARGET) $(MA_OBJECTS) $(SPIRIT_OBJECTS)
$(CXX) $(LDFLAGS) -lobjc -framework Foundation -framework Security \
$(CXX) $(LDFLAGS) -liconv \
-lobjc -framework Foundation -framework Security \
$(PEP_WEBSERVER)/libpEpwebserver.a \
$(BOOST_LIBRARY_PATH)/libboost_filesystem$(BOOST_MT).a \
$(BOOST_LIBRARY_PATH)/libboost_program_options$(BOOST_MT).a \