mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
* Added libgd to list of packages to be compiled.
* Fixed compilation of httpd20 and httpd22 examples. git-svn-id: trunk@10841 -
This commit is contained in:
parent
95637dea75
commit
1b07a09ba4
@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
[target]
|
||||
dirs=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res
|
||||
dirs=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd
|
||||
dirs_linux_i386=libc unixutil graph pxlib
|
||||
dirs_i386_linux=graph
|
||||
dirs_x86_64_linux=graph
|
||||
|
@ -7,7 +7,7 @@ units=minimain
|
||||
programs=mod_example mod_hello mod_spelling testmodule
|
||||
|
||||
[require]
|
||||
packages=httpd/httpd-2.2
|
||||
packages=httpd20
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
@ -7,7 +7,7 @@ units=minimain
|
||||
programs=mod_example mod_hello mod_spelling testmodule
|
||||
|
||||
[require]
|
||||
packages=httpd/httpd-2.2
|
||||
packages=httpd22
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
Loading…
Reference in New Issue
Block a user