mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
fakeroot: merge 1.9.4 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4205 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
18
meta/packages/fakeroot/files/configure-libtool.patch
Normal file
18
meta/packages/fakeroot/files/configure-libtool.patch
Normal file
@@ -0,0 +1,18 @@
|
||||
--- fakeroot-1.8.3/configure.ac.orig 2007-10-31 00:17:27.000000000 -0500
|
||||
+++ fakeroot-1.8.3/configure.ac 2007-10-31 00:18:12.000000000 -0500
|
||||
@@ -1,14 +1,12 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo@debian.org],[fakeroot])
|
||||
AC_PREREQ(2.61)
|
||||
-LT_PREREQ(2.1a)
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_MAINTAINER_MODE
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_PROG_MAKE_SET
|
||||
-LT_INIT
|
||||
-LT_LANG(C)
|
||||
+AC_PROG_LIBTOOL
|
||||
|
||||
AC_ARG_WITH([ipc],
|
||||
AS_HELP_STRING([--with-ipc@<:@=IPCTYPE@:>@],
|
||||
Reference in New Issue
Block a user