Skip to content
Snippets Groups Projects
Commit e5e0c663 authored by Danny Auble's avatar Danny Auble
Browse files

added line for us to know where the php ext dir is

parent 20286b40
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ BuildRequires: openssl-devel >= 0.9.6 openssl >= 0.9.6 ...@@ -123,6 +123,7 @@ BuildRequires: openssl-devel >= 0.9.6 openssl >= 0.9.6
%define _perlarch %(perl -e 'use Config; $T=$Config{installsitearch}; $P=$Config{installprefix}; $P1="$P/local"; $T =~ s/$P1//; $T =~ s/$P//; print $T;') %define _perlarch %(perl -e 'use Config; $T=$Config{installsitearch}; $P=$Config{installprefix}; $P1="$P/local"; $T =~ s/$P1//; $T =~ s/$P//; print $T;')
%define _perldir %{_prefix}%{_perlarch} %define _perldir %{_prefix}%{_perlarch}
%define _php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php5)
%package perlapi %package perlapi
Summary: Perl API to SLURM. Summary: Perl API to SLURM.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment