Root/package/opkg/patches/002-no-shave.patch

1--- a/configure.ac
2+++ b/configure.ac
3@@ -4,7 +4,6 @@ AC_CONFIG_SRCDIR([libopkg/pkg.c])
4 
5 AC_CONFIG_AUX_DIR([conf])
6 AC_CONFIG_MACRO_DIR([m4])
7-AC_CONFIG_MACRO_DIR([shave])
8 
9 AM_INIT_AUTOMAKE
10 AM_CONFIG_HEADER(libopkg/config.h)
11@@ -277,9 +276,6 @@ AC_SUBST(opkgetcdir)
12 AC_SUBST(opkglockfile)
13 AC_SUBST([CLEAN_DATE])
14 
15-# Setup output beautifier.
16-SHAVE_INIT([shave], [enable])
17-
18 AC_OUTPUT(
19     Makefile
20     libopkg/Makefile
21@@ -289,8 +285,6 @@ AC_OUTPUT(
22     utils/Makefile
23     utils/update-alternatives
24     libopkg.pc
25- shave/shave
26- shave/shave-libtool
27     man/Makefile
28     man/opkg-cl.1
29     man/opkg-key.1
30--- a/Makefile.am
31+++ b/Makefile.am
32@@ -1,4 +1,4 @@
33-ACLOCAL_AMFLAGS = -I shave -I m4
34+ACLOCAL_AMFLAGS = -I m4
35 
36 SUBDIRS = libbb libopkg src tests utils man
37 
38

Archive Download this file



interactive