Browse Source

* added syslog to misc package

peter 25 years ago
parent
commit
0fc3f2e559
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/Makefile
  2. 1 1
      packages/Makefile.fpc

+ 1 - 1
packages/Makefile

@@ -339,7 +339,7 @@ PKGGTK=gtk
 PKGNET=inet uncgi
 PKGDB=mysql ibase postgres
 PKGGFX=opengl forms svgalib ggi
-PKGMISC=utmp gdbint paszlib
+PKGMISC=utmp syslog gdbint paszlib
 endif
 ifeq ($(OS_TARGET),go32v2)
 PKGBASE=paszlib

+ 1 - 1
packages/Makefile.fpc

@@ -16,7 +16,7 @@ pkgs_linux=base{zlib,ncurses,x11} \
            net{inet,uncgi} \
            db{mysql,ibase,postgres} \
            gfx{opengl,forms,svgalib,ggi} \
-           misc{utmp,gdbint,paszlib}
+           misc{utmp,syslog,gdbint,paszlib}
 pkgs_win32=base{paszlib} \
            gtk{gtk} \
            net{uncgi} \