From 65b554e983c5f5c26077d76756637aa6066310e3 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 9 Jun 2000 07:23:24 +0000 Subject: [PATCH] - added using %%{__make} macro. Changed files: libnet.spec -> 1.8 --- libnet.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnet.spec b/libnet.spec index e22836c..2b1a5b7 100644 --- a/libnet.spec +++ b/libnet.spec @@ -54,13 +54,13 @@ autoconf %configure \ --with-pf_packet=yes -make CFLAGS="$RPM_OPT_FLAGS -funroll-loops -fomit-frame-pointer -Wall" +%{__make} CFLAGS="$RPM_OPT_FLAGS -funroll-loops -fomit-frame-pointer -Wall" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/libnet/libnet-examples -make install DESTDIR=$RPM_BUILD_ROOT +%{__make} install DESTDIR=$RPM_BUILD_ROOT ln -sf libnet.a $RPM_BUILD_ROOT%{_libdir}/libpwrite.a cp -r example/* $RPM_BUILD_ROOT%{_prefix}/src/examples/libnet/libnet-examples -- 2.44.0