Browse Source

* Added libgd to list of packages to be compiled.
* Fixed compilation of httpd20 and httpd22 examples.

git-svn-id: trunk@10841 -

mazen 17 years ago
parent
commit
1b07a09ba4

+ 1 - 1
packages/Makefile.fpc

@@ -3,7 +3,7 @@
 #
 #
 
 
 [target]
 [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_linux_i386=libc unixutil graph pxlib
 dirs_i386_linux=graph
 dirs_i386_linux=graph
 dirs_x86_64_linux=graph
 dirs_x86_64_linux=graph

+ 1 - 1
packages/httpd20/examples/Makefile.fpc

@@ -7,7 +7,7 @@ units=minimain
 programs=mod_example  mod_hello  mod_spelling  testmodule
 programs=mod_example  mod_hello  mod_spelling  testmodule
 
 
 [require]
 [require]
-packages=httpd/httpd-2.2
+packages=httpd20
 
 
 [install]
 [install]
 fpcpackage=y
 fpcpackage=y

+ 1 - 1
packages/httpd22/examples/Makefile.fpc

@@ -7,7 +7,7 @@ units=minimain
 programs=mod_example  mod_hello  mod_spelling  testmodule
 programs=mod_example  mod_hello  mod_spelling  testmodule
 
 
 [require]
 [require]
-packages=httpd/httpd-2.2
+packages=httpd22
 
 
 [install]
 [install]
 fpcpackage=y
 fpcpackage=y