[package] update libdvbpsi to 0.1.6, move to libdvbpsi (#5392)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16533 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
25
libs/libdvbpsi/patches/001-no_doc_examples.patch
Normal file
25
libs/libdvbpsi/patches/001-no_doc_examples.patch
Normal file
@ -0,0 +1,25 @@
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
-SUBDIRS = src examples misc
|
||||
-DIST_SUBDIRS = $(SUBDIRS) doc debian wince
|
||||
+SUBDIRS = src
|
||||
+DIST_SUBDIRS = $(SUBDIRS) debian wince
|
||||
|
||||
EXTRA_DIST = libdvbpsi.spec bootstrap
|
||||
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -179,8 +179,8 @@ target_alias = @target_alias@
|
||||
target_cpu = @target_cpu@
|
||||
target_os = @target_os@
|
||||
target_vendor = @target_vendor@
|
||||
-SUBDIRS = src examples misc
|
||||
-DIST_SUBDIRS = $(SUBDIRS) doc debian wince
|
||||
+SUBDIRS = src
|
||||
+DIST_SUBDIRS = $(SUBDIRS) debian wince
|
||||
EXTRA_DIST = libdvbpsi.spec bootstrap
|
||||
AUTOMAKE_OPTIONS = foreign dist-bzip2 subdir-objects
|
||||
all: config.h
|
Reference in New Issue
Block a user