SHA256
1
0
forked from pool/perl

Accepting request 40468 from devel:languages:perl

checked in (request 40468)

OBS-URL: https://build.opensuse.org/request/show/40468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=35
This commit is contained in:
OBS User autobuild 2010-05-25 08:16:21 +00:00 committed by Git OBS Bridge
parent a8bad27a9e
commit a8217b6654
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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,7 +208,6 @@ 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