From 067a2a759ba73db5cb1d3015510b8f93dc71db54 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Thu, 6 May 1999 17:07:01 +0000 Subject: [PATCH] added %{_target} macro Changed files: eggdrop.spec -> 1.5 --- eggdrop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eggdrop.spec b/eggdrop.spec index cb56031..6feb555 100644 --- a/eggdrop.spec +++ b/eggdrop.spec @@ -38,11 +38,14 @@ przesy %patch -p1 %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/bin +CFLAGS="$RPM_OPT_FLAGS" \ +./configure %{_target} \ + --prefix=/usr/bin # Dziwny problem z -ldir w module filesys cd src/mod/filesys.mod rm -f config.cache config.log -CFLAGS="$RPM_OPT_FLAGS" ./configure %{_target} +CFLAGS="$RPM_OPT_FLAGS" \ +./configure %{_target} cd ../../.. CFLAGS="$RPM_OPT_FLAGS" make -- 2.44.0