[openwrt/openwrt] fstools: fix build with glibc
LEDE Commits
lede-commits at lists.infradead.org
Fri Mar 5 02:08:36 GMT 2021
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/cec580cba86526cff2a03b541bfb1df1e86e3da8
commit cec580cba86526cff2a03b541bfb1df1e86e3da8
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Mar 5 02:03:58 2021 +0000
fstools: fix build with glibc
stropts.h is unavailable under glibc (and unneeded when building
against glibc). Include it only if not building against glibc.
Reported-by: @DazzyWalkman
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
package/system/fstools/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/system/fstools/Makefile b/package/system/fstools/Makefile
index b6d757b899..bf23084572 100644
--- a/package/system/fstools/Makefile
+++ b/package/system/fstools/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/fstools.git
-PKG_MIRROR_HASH:=d9b6a24bd8c03b89178141926db17240fe72f52af3d11f70baca352415c7214d
-PKG_SOURCE_DATE:=2021-03-02
-PKG_SOURCE_VERSION:=19d7d9313d9e868669ae6cb1bf9e840ba2461b41
+PKG_MIRROR_HASH:=5e55b446e3e171cd609d94fe00cf528fc5b784e9a4cb911730ba3ee9622e2e0b
+PKG_SOURCE_DATE:=2021-03-05
+PKG_SOURCE_VERSION:=3c38f0c889177dfac51fa7213c567a110709be71
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list