forked from pool/libtool
Accepting request 28046 from Base:System
Copy from Base:System/libtool based on submit request 28046 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/28046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtool?expand=0&rev=15
This commit is contained in:
parent
b1e3f5471a
commit
ce2422e182
12
libtool-no-hostname.patch
Normal file
12
libtool-no-hostname.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: libltdl/m4/libtool.m4
|
||||
===================================================================
|
||||
--- libltdl/m4/libtool.m4.orig
|
||||
+++ libltdl/m4/libtool.m4
|
||||
@@ -684,7 +684,6 @@ _LT_CONFIG_SAVE_COMMANDS([
|
||||
|
||||
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
|
||||
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
|
||||
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||
#
|
||||
_LT_COPYING
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 13 15:35:32 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- add baselibs.conf as source2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 12 17:18:41 UTC 2009 - aj@suse.de
|
||||
|
||||
- Add libtool-no-hostname.patch to not write hostname in libtool
|
||||
to avoid rebuilds where nothing has changed beside the build host.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 15:54:26 CET 2009 - pth@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libtool (Version 2.2.6b)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,7 +23,7 @@ License: GPLv2+
|
||||
Group: Development/Tools/Building
|
||||
Summary: A Tool to Build Shared Libraries
|
||||
Version: 2.2.6b
|
||||
Release: 1
|
||||
Release: 2
|
||||
AutoReqProv: on
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -34,6 +34,8 @@ PreReq: %{install_info_prereq}
|
||||
Requires: libltdl7 = %{version}
|
||||
Url: http://www.gnu.org/software/libtool/
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/libtool/libtool-%{version}.tar.lzma
|
||||
Source2: baselibs.conf
|
||||
Patch1: libtool-no-hostname.patch
|
||||
#Patch: libtool-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -76,6 +78,7 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0
|
||||
#%patch -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user