SHA256
3
0
forked from pool/perl

- also run h2ph on /usr/include/linux [bnc#603840]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=34
This commit is contained in:
Michael Schröder 2010-05-21 10:30:16 +00:00 committed by Git OBS Bridge
parent b9b1f9f91b
commit d320e628ed
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 21 12:30:00 CEST 2010 - mls@suse.de
- also run h2ph on /usr/include/linux [bnc#603840]
-------------------------------------------------------------------
Tue Apr 13 15:18:05 CEST 2010 - mls@suse.de

View File

@ -208,6 +208,7 @@ pushd /usr/include
( rpm -ql glibc-devel | fgrep '.h'
find /usr/include/asm/ -name \*.h
find /usr/include/asm-generic -name \*.h
find /usr/include/linux -name \*.h
) | while read f; do
$RPM_BUILD_ROOT/usr/bin/perl -I$cp -I$cpa $RPM_BUILD_ROOT/usr/bin/h2ph -d $vpa ${f/\/usr\/include\//} || :
done