From d8944edfa9511925707d2c219ddef09ee4757380 Mon Sep 17 00:00:00 2001 From: Artur Frysiak Date: Tue, 1 Jun 1999 17:46:14 +0000 Subject: [PATCH] s/%{_target}/%{_target_platform}/ Changed files: elvis.spec -> 1.10 --- elvis.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elvis.spec b/elvis.spec index 567e929..121c0ae 100644 --- a/elvis.spec +++ b/elvis.spec @@ -43,7 +43,7 @@ CC="cc $RPM_OPT_FLAGS" LDFLAGS="-static -s" \ ./configure \ --prefix=/usr \ --without-x \ - %{_target} + %{_target_platform} make LIBS="-lncurses" mv elvis elvis.static @@ -54,7 +54,7 @@ CC="cc $RPM_OPT_FLAGS" LDFLAGS="-s" \ ./configure \ --prefix=/usr \ --with-x \ - %{_target} + %{_target_platform} make LIBS="-lncurses -lX11 -L/usr/X11R6/lib" -- 2.43.0