diff --git a/buildout/software-profiles/ghostscript.cfg b/buildout/software-profiles/ghostscript.cfg index 7835156c0abdb912c672f66b55b50bd4a1aa8420..cfe097cd09d83bc567f466e0ff59b67fc0b7cf07 100644 --- a/buildout/software-profiles/ghostscript.cfg +++ b/buildout/software-profiles/ghostscript.cfg @@ -3,6 +3,7 @@ extends = ../software-profiles/fontconfig.cfg ../software-profiles/libjpeg.cfg ../software-profiles/libtiff.cfg + ../software-profiles/pkgconfig.cfg parts = ghostscript @@ -24,7 +25,8 @@ configure-options = # it seems that parallel build sometimes fails for ghostscript. make-options = -j1 environment = - PKG_CONFIG_PATH =${fontconfig:location}/lib/pkgconfig + PATH=${pkgconfig:location}/bin:%(PATH)s + PKG_CONFIG_PATH=${fontconfig:location}/lib/pkgconfig CPPFLAGS=-I${libtiff:location}/include LDFLAGS=-Wl,-rpath -Wl,${fontconfig:location}/lib -L${libjpeg:location}/lib -Wl,-rpath -Wl,${libjpeg:location}/lib -L${libtiff:location}/lib -Wl,-rpath -Wl,${libtiff:location}/lib diff --git a/buildout/software-profiles/libxslt.cfg b/buildout/software-profiles/libxslt.cfg index 0fd9e3f1646d7faf9b006d5b5e16c5c50716e32a..1f898a8c0967615295fd6175b0116f9367ba82cb 100644 --- a/buildout/software-profiles/libxslt.cfg +++ b/buildout/software-profiles/libxslt.cfg @@ -1,6 +1,7 @@ [buildout] extends = ../software-profiles/libxml2.cfg + ../software-profiles/pkgconfig.cfg ../software-profiles/zlib.cfg parts = @@ -15,6 +16,7 @@ configure-options = --without-crypto --without-python environment = - CPPFLAGS =-I${zlib:location}/include - LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib + PATH=${pkgconfig:location}/bin:%(PATH)s + CPPFLAGS=-I${zlib:location}/include + LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib PKG_CONFIG_PATH=${libxml2:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig diff --git a/buildout/software-profiles/mroonga.cfg b/buildout/software-profiles/mroonga.cfg index 75ec8b404ec83d2dbbdf8215f13c50e29c20b7ef..aa89a1eb73c3e7315f1207e7ac710263e08a98e7 100644 --- a/buildout/software-profiles/mroonga.cfg +++ b/buildout/software-profiles/mroonga.cfg @@ -5,6 +5,9 @@ [buildout] parts = mroonga +extends = + ../software-profiles/mysql-5.1.cfg + ../software-profiles/pkgconfig.cfg [groonga] recipe = hexagonit.recipe.cmmi @@ -21,8 +24,8 @@ configure-options = --with-mysql-source=${mysql-5.1:location}__compile__/mysql-${mysql-5.1:version} --with-mysql-config=${mysql-5.1:location}/bin/mysql_config environment = - PATH =${groonga:location}/bin:%(PATH)s - CFLAGS =-I${groonga:location}/include/groonga - CXXFLAGS =-I${groonga:location}/include/groonga - LDFLAGS =-L${groonga:location}/lib - PKG_CONFIG_PATH =${groonga:location}/lib/pkgconfig + PATH=${groonga:location}/bin:${pkgconfig:location}/bin:%(PATH)s + CFLAGS=-I${groonga:location}/include/groonga + CXXFLAGS=-I${groonga:location}/include/groonga + LDFLAGS=-L${groonga:location}/lib + PKG_CONFIG_PATH=${groonga:location}/lib/pkgconfig diff --git a/buildout/software-profiles/neon.cfg b/buildout/software-profiles/neon.cfg index ce983b81650a2c4ed5c2b3cc156c6ab641d2c45d..f38be0733b8cbfa8072373bd105f057e11a7e96a 100644 --- a/buildout/software-profiles/neon.cfg +++ b/buildout/software-profiles/neon.cfg @@ -4,6 +4,7 @@ parts = extends = ../software-profiles/libxml2.cfg ../software-profiles/openssl.cfg + ../software-profiles/pkgconfig.cfg ../software-profiles/zlib.cfg [neon] @@ -19,7 +20,7 @@ configure-options = --enable-threadsafe-ssl=posix environment = - PATH=${libxml2:location}/bin:%(PATH)s + PATH=${libxml2:location}/bin:${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig CPPFLAGS=-I${openssl:location}/include -I${zlib:location}/include LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib diff --git a/buildout/software-profiles/subversion.cfg b/buildout/software-profiles/subversion.cfg index e5691e8ceaefdcacd1f2913e0c1ca39403e35064..8c79388d745c64846faa4c015aaf4fea387920e9 100644 --- a/buildout/software-profiles/subversion.cfg +++ b/buildout/software-profiles/subversion.cfg @@ -6,10 +6,11 @@ extends = ../software-profiles/apache.cfg ../software-profiles/libdb.cfg ../software-profiles/libexpat.cfg + ../software-profiles/libuuid.cfg + ../software-profiles/neon.cfg + ../software-profiles/pkgconfig.cfg ../software-profiles/sqlite3.cfg ../software-profiles/zlib.cfg - ../software-profiles/neon.cfg - ../software-profiles/libuuid.cfg parts = subversion @@ -52,6 +53,7 @@ make-options = -j1 environment = + PATH=${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${apache:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${neon:location}/lib/pkgconfig CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${neon:location}/lib -Wl,-rpath -Wl,${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib diff --git a/buildout/software-profiles/varnish.cfg b/buildout/software-profiles/varnish.cfg index e2b5e972d1db0e5480c251c9ddc48b1dc414b02d..f483d39f97ff5eaa64e429a2f6a65082aeef5f9d 100644 --- a/buildout/software-profiles/varnish.cfg +++ b/buildout/software-profiles/varnish.cfg @@ -8,8 +8,9 @@ parts = extends = ../software-profiles/ncurses.cfg - ../software-profiles/pcre.cfg ../software-profiles/patch.cfg + ../software-profiles/pcre.cfg + ../software-profiles/pkgconfig.cfg [varnish] <= varnish-2.0 @@ -38,7 +39,7 @@ patch-options = -p4 patches = ${varnish-2.1.4-r5467-patch:location}/${varnish-2.1.4-r5467-patch:filename} environment = - PATH=${patch:location}/bin:%(PATH)s + PATH=${patch:location}/bin:${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${pcre:location}/lib/pkgconfig CPPFLAGS =-I${ncurses:location}/include LDFLAGS =-Wl,-rpath -Wl,${ncurses:location}/lib diff --git a/buildout/software-profiles/w3m.cfg b/buildout/software-profiles/w3m.cfg index 3c1377598a81e30bd7e48a9adb9c1be104515839..6bb732f8ceab56f58b817678f46d83656acc0027 100644 --- a/buildout/software-profiles/w3m.cfg +++ b/buildout/software-profiles/w3m.cfg @@ -3,6 +3,7 @@ extends = ../software-profiles/garbage-collector.cfg ../software-profiles/ncurses.cfg ../software-profiles/openssl.cfg + ../software-profiles/pkgconfig.cfg ../software-profiles/zlib.cfg parts = @@ -27,7 +28,7 @@ configure-options = --disable-w3mmailer environment = + PATH=${pkgconfig:location}/bin:%(PATH)s PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig - CPPFLAGS =-I${ncurses:location}/include/ -I${zlib:location}/include/ - LDFLAGS =-Wl,--as-needed -L${garbage-collector:location}/lib -Wl,-rpath -Wl,${garbage-collector:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -a=a \ No newline at end of file + CPPFLAGS=-I${ncurses:location}/include/ -I${zlib:location}/include/ + LDFLAGS=-Wl,--as-needed -L${garbage-collector:location}/lib -Wl,-rpath -Wl,${garbage-collector:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib