Browse Source

- dvbsnoop: switch to DDT-repo; it contains all usable patches

master
vanhofen 7 years ago
parent
commit
5d5c87dfc2
  1. 3
      make/system-tools.mk

3
make/system-tools.mk

@ -994,9 +994,10 @@ $(D)/aio-grab: $(D)/zlib $(D)/libpng $(D)/libjpeg | $(TARGET_DIR)
$(D)/dvbsnoop: | $(TARGET_DIR) $(D)/dvbsnoop: | $(TARGET_DIR)
$(REMOVE)/dvbsnoop $(REMOVE)/dvbsnoop
cd $(BUILD_TMP); \ cd $(BUILD_TMP); \
git clone https://github.com/cotdp/dvbsnoop.git dvbsnoop; \ git clone https://github.com/Duckbox-Developers/dvbsnoop.git dvbsnoop; \
cd dvbsnoop; \ cd dvbsnoop; \
$(CONFIGURE) \ $(CONFIGURE) \
--enable-silent-rules \
--prefix= \ --prefix= \
--mandir=/.remove \ --mandir=/.remove \
; \ ; \

Loading…
Cancel
Save