From fcfd5328e0364604d89fc7cdc3f3ca40ab1e2de7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 23 Mar 2009 14:10:51 +0000 Subject: [PATCH] - unify dietlibc compile options and calls Changed files: dmraid.spec -> 1.48 --- dmraid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmraid.spec b/dmraid.spec index 721883d..1737d33 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -130,7 +130,7 @@ cp -f /usr/share/automake/config.sub autoconf %if %{with initrd} %configure \ %if %{with dietlibc} - CC="diet %{__cc} -Os %{rpmldflags} -static" \ + CC="diet %{__cc} %{rpmcflags} %{rpmldflags} -Os -static" \ --disable-libselinux \ --disable-libsepol \ %else -- 2.44.0