mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:17:32 +02:00
[package] opkg: disable output shaving
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24553 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0630427205
commit
9ddf39b564
37
package/opkg/patches/002-no-shave.patch
Normal file
37
package/opkg/patches/002-no-shave.patch
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -4,7 +4,6 @@ AC_CONFIG_SRCDIR([libopkg/pkg.c])
|
||||||
|
|
||||||
|
AC_CONFIG_AUX_DIR([conf])
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
-AC_CONFIG_MACRO_DIR([shave])
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE
|
||||||
|
AM_CONFIG_HEADER(libopkg/config.h)
|
||||||
|
@@ -277,9 +276,6 @@ AC_SUBST(opkgetcdir)
|
||||||
|
AC_SUBST(opkglockfile)
|
||||||
|
AC_SUBST([CLEAN_DATE])
|
||||||
|
|
||||||
|
-# Setup output beautifier.
|
||||||
|
-SHAVE_INIT([shave], [enable])
|
||||||
|
-
|
||||||
|
AC_OUTPUT(
|
||||||
|
Makefile
|
||||||
|
libopkg/Makefile
|
||||||
|
@@ -289,8 +285,6 @@ AC_OUTPUT(
|
||||||
|
utils/Makefile
|
||||||
|
utils/update-alternatives
|
||||||
|
libopkg.pc
|
||||||
|
- shave/shave
|
||||||
|
- shave/shave-libtool
|
||||||
|
man/Makefile
|
||||||
|
man/opkg-cl.1
|
||||||
|
man/opkg-key.1
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-ACLOCAL_AMFLAGS = -I shave -I m4
|
||||||
|
+ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
SUBDIRS = libbb libopkg src tests utils man
|
||||||
|
|
Loading…
Reference in New Issue
Block a user