]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Disabled static libs in linux-atm.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 16:18:12 +0000 (16:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 11 Aug 2008 16:18:12 +0000 (16:18 +0000)
lfs/linux-atm

index 8073c08fb7c29c82b0b883446571c7f295a0cb4b..b94e4e76c52d459c8921d444113509a687b28515 100644 (file)
@@ -55,7 +55,7 @@ $(TARGET) :
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-gcc-4.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-nmu.diff
-       cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
+       cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)