]> git.pld-linux.org Git - packages/parted.git/commitdiff
- hopfully fixed problem with invalid seek etc. parted-1_4_19-2
authorMichal Moskal <michal@moskal.me>
Thu, 4 Oct 2001 12:38:39 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2
- stbr, and rebuild bootdisks/iso *ASAP*

Changed files:
    parted.spec -> 1.69

parted.spec

index 793489839a371418642b728eb45f2d7e420a052b..ce3c55674557e432b9837432bc0f4ccde14447a0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Flexible partitioning tool
 Summary(pl):   GNU Parted - narzêdzie do zarz±dzania partycjami na dyskach
 Name:          parted
 Version:       1.4.19
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -10,6 +10,7 @@ Group(pl):    Aplikacje/System
 Vendor:                Andrew Clausen <clausen@gnu.org>
 Source0:       ftp://ftp.gnu.org/gnu/parted/%{name}-%{version}.tar.gz
 Patch0:                %{name}-BOOT.patch
+Patch1:                %{name}-llseek.patch
 URL:           http://www.gnu.org/software/parted/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -79,6 +80,7 @@ Group(pl):    Aplikacje/System
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -89,8 +91,12 @@ automake -a -c
 autoheader
 autoconf
 %if %{?BOOT:1}%{!?BOOT:0}
-%configure --disable-nls --enable-all-static --without-readline
-%{__make} CFLAGS="-DNO_BIOS_GEOMETRY_WARNING %{rpmcflags}"
+%configure \
+       --disable-nls \
+       --enable-all-static \
+       --without-readline \
+       --without-pic
+%{__make} CFLAGS="-DUSE_OWN_LLSEEK -DNO_BIOS_GEOMETRY_WARNING %{rpmcflags}"
 mv -f %{name}/%{name} %{name}-BOOT
 %{__make} distclean
 %endif
This page took 0.117962 seconds and 4 git commands to generate.