mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* Let fppkg handle the dependency of fpkmunit on the libtar package
git-svn-id: trunk@24539 -
This commit is contained in:
parent
95972cabbc
commit
6230494c20
@ -36,7 +36,7 @@ Const
|
|||||||
CurrentDirPackageName='<currentdir>';
|
CurrentDirPackageName='<currentdir>';
|
||||||
|
|
||||||
// Dependencies for compiling the fpmkunit unit
|
// Dependencies for compiling the fpmkunit unit
|
||||||
FPMKUnitDepDefaultCount=4;
|
FPMKUnitDepDefaultCount=5;
|
||||||
FPMKUnitDepsDefaults : array[0..FPMKUnitDepDefaultCount-1] of TFPMKUnitDep = (
|
FPMKUnitDepsDefaults : array[0..FPMKUnitDepDefaultCount-1] of TFPMKUnitDep = (
|
||||||
(package: 'hash';
|
(package: 'hash';
|
||||||
reqver : '2.2.2';
|
reqver : '2.2.2';
|
||||||
@ -47,6 +47,9 @@ Const
|
|||||||
(package: 'fcl-process';
|
(package: 'fcl-process';
|
||||||
reqver : '2.2.2';
|
reqver : '2.2.2';
|
||||||
undef : 'NO_UNIT_PROCESS'),
|
undef : 'NO_UNIT_PROCESS'),
|
||||||
|
(package: 'libtar';
|
||||||
|
reqver : '2.7.1';
|
||||||
|
undef : ''),
|
||||||
(package: 'fpmkunit';
|
(package: 'fpmkunit';
|
||||||
reqver : '2.2.2-1';
|
reqver : '2.2.2-1';
|
||||||
undef : '')
|
undef : '')
|
||||||
|
Loading…
Reference in New Issue
Block a user