Fix install order, glibc-devel should be installed after gcc
authorSlava Barinov <v.barinov@samsung.com>
Thu, 2 Mar 2023 09:21:50 +0000 (12:21 +0300)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 3 May 2023 11:12:39 +0000 (20:12 +0900)
Change-Id: I861f383348d31acb8141f0c82b4d1c0b2b7c6f67

packaging/glibc.spec

index c9938f5..f63bce4 100644 (file)
@@ -179,6 +179,9 @@ Summary:        Include Files and Libraries Mandatory for Development
 License:        BSD-3-Clause and LGPL-2.1+ and LGPL-2.1+-with-GCC-exception and GPL-2.0+
 Requires:       glibc = %{version}
 Requires:       linux-kernel-headers
+# TODO: REMOVE ME
+# Currently needed for correct install order to enable patching statx.h on aarch64
+Requires:       gcc
 
 %description devel
 These libraries are needed to develop programs which use the standard C