Commit 7aaaf233 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos/obs: Define DESTDIR and location for perl

  This is to comply with obs package build.
parent 893ce58e
...@@ -130,6 +130,7 @@ environment += ...@@ -130,6 +130,7 @@ environment +=
BISON_PKGDATADIR=${bison:location}/share/bison/ BISON_PKGDATADIR=${bison:location}/share/bison/
[perl] [perl]
location = ${buildout:destdir}/parts/perl
configure-command = configure-command =
sh Configure -des \ sh Configure -des \
-Dprefix=${buildout:rootdir}/parts/${:_buildout_section_name_} \ -Dprefix=${buildout:rootdir}/parts/${:_buildout_section_name_} \
...@@ -139,6 +140,8 @@ configure-command = ...@@ -139,6 +140,8 @@ configure-command =
-Ui_db \ -Ui_db \
-Dnoextensions=ODBM_File \ -Dnoextensions=ODBM_File \
-Dusethreads -Dusethreads
environment +=
DESTDIR=${buildout:destdir}
[versions] [versions]
# More recently version of cliff uses pbr which will break package build on OBS. # More recently version of cliff uses pbr which will break package build on OBS.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment