]> git.pld-linux.org Git - packages/acl.git/blobdiff - acl.spec
- pass rpmldflags
[packages/acl.git] / acl.spec
index 4bfc9072041bb9e8cd26b4b49fa898cbfadf456f..920d88cdc75cdec0fd26d49cfa257615698f9eb7 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -1,12 +1,12 @@
 Summary:       Command and library for manipulating access control lists
 Summary(pl):   Polecenie i biblioteka do manipulacji listami kontroli dostêpu (ACL)
 Name:          acl
-Version:       2.2.34
+Version:       2.2.39
 Release:       1
 License:       LGPL v2+ (library), GPL v2 (utilities)
 Group:         Applications/System
-Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
-# Source0-md5: 50f1c271071048539d25ad67f1e8b375
+Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
+# Source0-md5: 4edd450bbee60d6c4b3c51ae80499b00
 Patch0:                %{name}-miscfix.patch
 Patch1:                %{name}-lt.patch
 URL:           http://oss.sgi.com/projects/xfs/
@@ -63,6 +63,7 @@ Statyczna biblioteka acl.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+sed -e '/LTLDFLAGS/s/$/ $(LLDFLAGS)/' -i libacl/Makefile
 
 %build
 rm -f aclocal.m4
@@ -72,7 +73,8 @@ rm -f aclocal.m4
        DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}" \
        OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
 
-%{__make}
+%{__make} \
+       LLDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.148355 seconds and 4 git commands to generate.