mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Allow building for x86_64
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -63,7 +63,12 @@ $(TARGET) :
|
||||
|
||||
# Symlink /var/run -> /run.
|
||||
ln -svf ../run /var/run
|
||||
|
||||
|
||||
ifeq "$(MACHINE)" "x86_64"
|
||||
ln -svf lib /lib64
|
||||
ln -svf lib /usr/lib64
|
||||
endif
|
||||
|
||||
# Symlinks
|
||||
# for this reason, stage2 rebuild will broke the iso:perl, grubbatch
|
||||
-ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin
|
||||
|
||||
Reference in New Issue
Block a user