]> git.pld-linux.org Git - packages/devfsd.git/commitdiff
- fixed build on amd64, release 6 AC-STABLE auto/ac/devfsd-1_3_25-6
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Aug 2004 20:39:56 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    devfsd.spec -> 1.50

devfsd.spec

index e7f1c0e548974fc06037a60cf4c508614dc664ba..d1971981c76cd3213bf57ccc8bbd7eedd9015e92 100644 (file)
@@ -3,7 +3,7 @@ Summary:        DevFS Daemon
 Summary(pl):   Demon DevFS
 Name:          devfsd
 Version:       1.3.25
-Release:       5
+Release:       6
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd/%{name}-v%{version}.tar.gz
@@ -75,11 +75,14 @@ urz
 %patch4 -p1
 
 %build
-%{__make} CC="%{__cc}" CEXTRAS="%{rpmcflags} -I."
+%{__make} \
+       CC="%{__cc}" \
+       CEXTRAS="%{rpmcflags} -I." \
+       nsl_libs=`echo /%{_lib}/libnsl.so.*` \
+       LIBNSL=`echo /%{_lib}/libnsl.so.*`
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/{man8,man5},%{_sysconfdir}}
 
 install devfsd         $RPM_BUILD_ROOT%{_sbindir}
This page took 0.074809 seconds and 4 git commands to generate.