]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Disabled static libs in sysfsutils.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 16:22:41 +0000 (16:22 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 16:22:41 +0000 (16:22 +0000)
lfs/sysfsutils

index 3f534fdb097b76a9ba10d1a055c55de564b69ef2..fb352f93d348f0056cdab73f27b1d4242f835cbe 100644 (file)
@@ -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)