1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Lakka-rk322x/packages/addons/service/minidlna/patches/minidlna-01-fix-config.patch
2018-01-27 12:35:15 +01:00

24 lines
485 B
Diff

disabling editing of the configfiles at buildtime
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,19 +73,6 @@ testupnpdescgen_LDADD = \
@LIBEXIF_LIBS@ \
-lFLAC $(flacogglibs) $(vorbislibs) $(avahilibs)
-SUFFIXES = .tmpl .
-
-.tmpl:
- sed -e s@:SBINDIR:@${sbindir}@ <$< >$@
-
-GENERATED_FILES = \
- linux/minidlna.init.d.script
-
-TEMPLATES = \
- linux/minidlna.init.d.script.tmpl
-
-CLEANFILES = $(GENERATED_FILES)
-
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = m4/ChangeLog $(TEMPLATES)