Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20470 10447126-35f2-4685-b0cf-6dd780d3921fearly
2 changed files with 2 additions and 34 deletions
@ -1,32 +0,0 @@ |
|||||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# T2 SDE: package/.../parted/link-order-fix.patch
|
|
||||||
# Copyright (C) 2006 The T2 SDE Project
|
|
||||||
#
|
|
||||||
# More information can be found in the files COPYING and README.
|
|
||||||
#
|
|
||||||
# This patch file is dual-licensed. It is available under the license the
|
|
||||||
# patched project is licensed under, as long as it is an OpenSource license
|
|
||||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
||||||
# of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation; either version 2 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
# --- T2-COPYRIGHT-NOTE-END ---
|
|
||||||
|
|
||||||
|
|
||||||
diff -urN parted-1.6.25.1/debug/clearfat/Makefile.in parted-1.6.25.1-t2/debug/clearfat/Makefile.in
|
|
||||||
--- parted-1.6.25.1/debug/clearfat/Makefile.in 2005-11-11 13:38:43.000000000 +0100
|
|
||||||
+++ parted-1.6.25.1-t2/debug/clearfat/Makefile.in 2005-12-31 23:58:58.000000000 +0100
|
|
||||||
@@ -192,9 +192,8 @@
|
|
||||||
sysconfdir = @sysconfdir@
|
|
||||||
target_alias = @target_alias@
|
|
||||||
clearfat_SOURCES = clearfat.c
|
|
||||||
-clearfat_LDADD = @LIBS@ @PARTED_LIBS@ \
|
|
||||||
- $(top_builddir)/libparted/libparted.la
|
|
||||||
-
|
|
||||||
+clearfat_LDADD = $(top_builddir)/libparted/libparted.la \
|
|
||||||
+ @LIBS@ @PARTED_LIBS@
|
|
||||||
partedincludedir = -I$(top_srcdir)/include
|
|
||||||
INCLUDES = $(partedincludedir) @INTLINCS@
|
|
||||||
all: all-am
|
|
Loading…
Reference in new issue