]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- added dynamic_exe patch and bcond
authorsparky <sparky@pld-linux.org>
Fri, 10 Mar 2006 17:20:10 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs.spec -> 1.74

xfsprogs.spec

index 4cc6a60a5e4ce84b5cda7ebd069b443f780f3998..e44eb12c5dbf1df6c8c85d78cf451162f5afbec8 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    static  # link statically with \-luuid
+%bcond_with    dynamic_exe     # link executables dinamically with xfs libs
 #
 Summary:       Tools for the XFS filesystem
 Summary(pl):   Narzêdzia do systemu plików XFS
@@ -17,6 +18,7 @@ Patch1:               %{name}-install-sh.patch
 Patch2:                %{name}-sharedlibs.patch
 Patch3:                %{name}-po.patch
 Patch4:                %{name}-cflags.patch
+Patch5:                %{name}-dynamic_exe.patch
 URL:           http://oss.sgi.com/projects/xfs/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -91,6 +93,7 @@ Biblioteki statyczne do XFS.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%{?with_dynamic_exe:%patch5 -p1}
 
 cp %{SOURCE1} po/pl.po
 
This page took 0.211398 seconds and 4 git commands to generate.