]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/stage1
fireinfo: Update to 2.2.0
[people/pmueller/ipfire-2.x.git] / lfs / stage1
index 99e3edbbdd97c8fbc9459a1f7ed2a2935691bade..1b448d1a4aa651b73cf80c1d4dbee6ba7f70459b 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -54,4 +54,8 @@ ifeq "$(IS_64BIT)" "1"
        ln -svf lib $(TOOLS_DIR)/lib64
 endif
 
+ifeq "$(BUILD_ARCH)" "riscv64"
+       ln -svf . $(TOOLS_DIR)/lib/lp64d
+endif
+
        @$(POSTBUILD)