summaryrefslogtreecommitdiff
path: root/packages/syslog/fpmake.pp
diff options
context:
space:
mode:
authorpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-03-23 23:59:37 +0000
committerpierre <pierre@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-03-23 23:59:37 +0000
commitc2cf0735e39d4a0d83710b82e873ef57f77e9c15 (patch)
tree48e7913208855554d84e4bd89a85806949eebcaa /packages/syslog/fpmake.pp
parentb76d6706128f369d1a3182a290ce1ca47eaa4044 (diff)
downloadfpc-c2cf0735e39d4a0d83710b82e873ef57f77e9c15.tar.gz
Merge commit 48814:
------------------------------------------------------------------------ r48814 | pierre | 2021-02-26 17:15:30 +0000 (Fri, 26 Feb 2021) | 1 line Do not add libgcc directory to library directories with -Fl option if -Xd option is used ------------------------------------------------------------------------ ------------------------------------------------------------------------ r42843 | pierre | 2019-08-26 21:41:41 +0000 (Mon, 26 Aug 2019) | 1 line Partial update for go32v2 and sources ------------------------------------------------------------------------ --- Merging r44112 into '.': G installer/install.dat --- Recording mergeinfo for merge of r44112 into '.': G . ------------------------------------------------------------------------ r48836 | hajny | 2021-02-28 02:08:17 +0000 (Sun, 28 Feb 2021) | 1 line * package tplylib added, corrections for more than 31 items on a tab ------------------------------------------------------------------------ --- Merging r48836 into '.': G installer/install.dat --- Recording mergeinfo for merge of r48836 into '.': G . ------------------------------------------------------------------------ r49035 | pierre | 2021-03-22 23:26:26 +0000 (Mon, 22 Mar 2021) | 1 line Try to fix short package name issues in install.dat and add missing go32v2 packages ------------------------------------------------------------------------ --- Merging r49035 into '.': G installer/install.dat --- Recording mergeinfo for merge of r49035 into '.': G . git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_2@49041 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/syslog/fpmake.pp')
-rw-r--r--packages/syslog/fpmake.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/syslog/fpmake.pp b/packages/syslog/fpmake.pp
index 925c40cf21..3fe31f5694 100644
--- a/packages/syslog/fpmake.pp
+++ b/packages/syslog/fpmake.pp
@@ -13,6 +13,7 @@ begin
{$endif ALLPACKAGES}
P:=AddPackage('syslog');
+ P.ShortName := 'sysl';
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}