mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 10:01:33 +02:00
* added syslog to misc package
This commit is contained in:
parent
30b2622e3a
commit
0fc3f2e559
@ -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
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user