From: Mark Huang Date: Fri, 30 Jun 2006 20:01:03 +0000 (+0000) Subject: - build mysql X-Git-Tag: myplc-0_4-rc1~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5b3183ae194c46016b25754fd65c6a106a16200a;p=build.git - build mysql - add dependencies on mysql to ulogd and netflow (pfgrep) --- diff --git a/planetlab.mk b/planetlab.mk index 24d45f25..a50525f7 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -183,6 +183,14 @@ ALL += proper proper: libhttpd++ +# +# MySQL +# + +mysql-MODULE := mysql +mysql-SPEC := mysql/mysql.spec +ALL += mysql + # # ulogd # @@ -191,7 +199,7 @@ ulogd-MODULE := ulogd ulogd-SPEC := ulogd/ulogd.spec ALL += ulogd -ulogd: kernel proper +ulogd: kernel proper mysql # # netflow @@ -201,6 +209,8 @@ netflow-MODULE := netflow netflow-SPEC := netflow/netflow.spec ALL += netflow +netflow: mysql + # # PlanetLab Mom: Cleans up your mess #