Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/make/neutrino.mk b/make/neutrino.mk
- index 285caf4..d5d2348 100644
- --- a/make/neutrino.mk
- +++ b/make/neutrino.mk
- @@ -4,6 +4,7 @@ NEUTRINO_DEPS = libcurl freetype libjpeg giflib ffmpeg openthreads openssl libdv
- ifeq ($(BOXSERIES), hd2)
- NEUTRINO_DEPS += libiconv
- endif
- +NEUTRINO_DEPS += libcoolstream
- N_CFLAGS = -Wall -W -Wshadow -D__KERNEL_STRICT_NAMES -D__STDC_CONSTANT_MACROS -DENABLE_FREESATEPG
- ifeq ($(BOXSERIES), hd1)
- @@ -35,6 +36,13 @@ else
- N_LDFLAGS += -Wl,-O2,-rpath-link,$(TARGETLIB)
- endif
- +N_CONFIGURE_DEBUG =
- +ifeq ($(DEBUG), yes)
- + N_CONFIGURE_DEBUG += \
- + --enable-libcoolstream-static \
- + --with-libcoolstream-static-dir=$(TARGETLIB)
- +endif
- +
- # finally we can build outside of the source directory
- N_OBJDIR = $(BUILD_TMP)/$(FLAVOUR)
- @@ -57,6 +65,7 @@ endif
- --host=$(TARGET) \
- --build=$(BUILD) \
- --prefix= \
- + $(N_CONFIGURE_DEBUG) \
- --enable-silent-rules \
- --enable-mdev \
- --enable-maintainer-mode \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement