]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
procps: Fix build with newer versions of make
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Aug 2015 21:29:22 +0000 (23:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Aug 2015 21:29:22 +0000 (23:29 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/procps

index 51c66a9c43bb244e5afa3e0167912e14d26dea77..ae30f2f129b2b4a264116e9bf9b4faea9f49c7aa 100644 (file)
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-fix_unknown_HZ_value.patch
-       cd $(DIR_APP) && make $(MAKETUNING)
+       cd $(DIR_APP) && make $(MAKETUNING) LIBPROC=proc/libproc-$(VER).so
        cd $(DIR_APP) && make install
        install -m 0644 $(DIR_SRC)/config/etc/sysctl.conf /etc
        @rm -rf $(DIR_APP)