From 5b3183ae194c46016b25754fd65c6a106a16200a Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 30 Jun 2006 20:01:03 +0000 Subject: [PATCH] - build mysql - add dependencies on mysql to ulogd and netflow (pfgrep) --- planetlab.mk | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 # -- 2.43.0