diff options
-rw-r--r-- | tools/depends/target/libmicrohttpd/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/depends/target/libmicrohttpd/Makefile b/tools/depends/target/libmicrohttpd/Makefile index 31e0996343..fda5f986dd 100644 --- a/tools/depends/target/libmicrohttpd/Makefile +++ b/tools/depends/target/libmicrohttpd/Makefile @@ -13,13 +13,6 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ --disable-doc --disable-examples --disable-curl \ --disable-spdy -# internal memmem sym collides with internal gnutils memmem -# when built on 10.6.8, strip it. -ifeq ($(OS), osx) -STRIP_MEMMEM=-$(AR) d $(PLATFORM)/src/daemon/.libs/libmicrohttpd.a memmem.o -endif - - LIBDYLIB=$(PLATFORM)/src/daemon/.libs/$(LIBNAME).a CLEAN_FILES=$(ARCHIVE) $(PLATFORM) @@ -37,7 +30,6 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) $(LIBDYLIB): $(PLATFORM) $(MAKE) -C $(PLATFORM)/src/microhttpd $(MAKE) -C $(PLATFORM)/src/include install - $(STRIP_MEMMEM) .installed-$(PLATFORM): $(LIBDYLIB) rm -f $(PREFIX)/lib/libmicrohttpd.so $(PREFIX)/lib/libmicrohttpd.so.5 $(PREFIX)/lib/libmicrohttpd.so.5.2.1 |