]> git.pld-linux.org Git - packages/libnet.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:23:24 +0000 (07:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libnet.spec -> 1.8

libnet.spec

index e22836c42f8cae9e011e40b85763dd38c32b4952..2b1a5b7916048262d9e86302c552ed7cafd82560 100644 (file)
@@ -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
This page took 0.052209 seconds and 4 git commands to generate.