You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
# --- 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
|
|
|