- 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:
parent
b9b1f9f91b
commit
d320e628ed
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user