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 +=
BISON_PKGDATADIR=${bison:location}/share/bison/
[perl]
location = ${buildout:destdir}/parts/perl
configure-command =
sh Configure -des \
-Dprefix=${buildout:rootdir}/parts/${:_buildout_section_name_} \
......@@ -139,6 +140,8 @@ configure-command =
-Ui_db \
-Dnoextensions=ODBM_File \
-Dusethreads
environment +=
DESTDIR=${buildout:destdir}
[versions]
# 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