]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- rel 4; filterout relro on ppc - otherwise every compiled program is killed immediately auto/th/e2fsprogs-1_41_8-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 19 Jul 2009 07:35:07 +0000 (07:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.223

e2fsprogs.spec

index b2f030e5d20275277f4f9c3c9589fcedb8404640..46167f7f71af3feb359e3b782b02c2652b6385cc 100644 (file)
@@ -36,7 +36,7 @@ Summary(zh_CN.UTF-8): 管理第二扩展(ext2)文件系统的工具。
 Summary(zh_TW.UTF-8):  用於管理 ext2 檔案系統的工具程式。
 Name:          e2fsprogs
 Version:       1.41.8
-Release:       3
+Release:       4
 License:       GPL v2 (with LGPL v2 and BSD parts)
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/e2fsprogs/%{name}-%{version}.tar.gz
@@ -90,6 +90,11 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                dietarch        %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/;s/armv.*/arm/')
 %define                dietlibdir      %{_prefix}/lib/dietlibc/lib-%{dietarch}
 
+%ifarch ppc ppc64
+# for dietlibc
+%define                filterout_ld    -Wl,-z,relro
+%endif
+
 %description
 The e2fsprogs package contains a number of utilities for creating,
 checking, modifying and correcting any inconsistencies in second
This page took 0.070883 seconds and 4 git commands to generate.