From: Michael Tremer Date: Mon, 11 Aug 2008 16:22:41 +0000 (+0000) Subject: Disabled static libs in sysfsutils. X-Git-Tag: v3.0-alpha1~780 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7f4c082b007167f4ac80396e9925b2e2d9cce2e;p=ipfire-3.x.git Disabled static libs in sysfsutils. --- diff --git a/lfs/sysfsutils b/lfs/sysfsutils index 3f534fdb0..fb352f93d 100644 --- a/lfs/sysfsutils +++ b/lfs/sysfsutils @@ -53,7 +53,7 @@ $(objects) : $(TARGET) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)