- strip test binaries to fix build
OBS-URL: https://build.opensuse.org/package/show/Base:System/libhugetlbfs?expand=0&rev=13
This commit is contained in:
parent
155441db59
commit
45b1352052
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 18 14:41:41 UTC 2010 - coolo@novell.com
|
||||
|
||||
- strip test binaries to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 09:29:27 UTC 2010 - trenn@novell.com
|
||||
|
||||
|
@ -45,11 +45,6 @@ Patch5: libhugetlbfs.run_test_fix.patch
|
||||
The libhugetlbfs package interacts with the Linux hugetlbfs to
|
||||
make large pages available to applications in a transparent manner.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
David Gibson <dwg@au1.ibm.com>
|
||||
Adam Litke <agl@us.ibm.com>
|
||||
|
||||
%package libhugetlb-devel
|
||||
License: LGPLv2.1+
|
||||
Summary: Devel package for libhugetlb
|
||||
@ -85,6 +80,9 @@ make \
|
||||
mkdir -p $RPM_BUILD_ROOT/usr/include
|
||||
cp -avL hugetlbfs.h $RPM_BUILD_ROOT/usr/include
|
||||
chmod 644 $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
for file in $RPM_BUILD_ROOT/%_libdir/libhugetlbfs/tests/*/*; do
|
||||
strip $file || :
|
||||
done
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
Loading…
x
Reference in New Issue
Block a user