packaging: remove references to SuSE GNU/Linux distribution 85/284385/1
authorŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 20 May 2022 20:03:51 +0000 (22:03 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 1 Sep 2022 20:05:31 +0000 (22:05 +0200)
Change-Id: I561ddd9d020f7d2f45ccd330de4cd47e24d316c9
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/db4.spec

index 417e025..cce6e4e 100644 (file)
@@ -84,9 +84,9 @@ cd ../build_nptl
         --enable-shared --disable-static --enable-cxx \
         --with-mutex="POSIX/pthreads/library" \
 %ifarch %arm
-        %{_target_cpu}-suse-linux-gnueabi
+        %{_target_cpu}-tizen-linux-gnueabi
 %else
-        %{_target_cpu}-suse-linux
+        %{_target_cpu}-tizen-linux
 %endif
 # Make sure O_DIRECT is really disabled (build host could have old kernel)
 perl -pi -e 's/#define HAVE_O_DIRECT 1/#undef HAVE_O_DIRECT/' db_config.h