ALT Linux Bugzilla
– Attachment 524 Details for
Bug 4897
support for x86_64
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Change /lib to /%_lib to make compile on x86_64
tcp_wrappers.spec.diff (text/plain), 1.63 KB, created by
Kachalov Anton
on 2004-07-26 19:10:46 MSD
(
hide
)
Description:
Change /lib to /%_lib to make compile on x86_64
Filename:
MIME Type:
Creator:
Kachalov Anton
Created:
2004-07-26 19:10:46 MSD
Size:
1.63 KB
patch
obsolete
>--- tcp_wrappers.spec.orig 2003-09-11 17:27:14 +0400 >+++ tcp_wrappers.spec 2004-07-26 19:09:42 +0400 >@@ -1,6 +1,6 @@ > Name: tcp_wrappers > Version: 7.6 >-Release: alt4 >+Release: alt5 > Serial: 1 > > Summary: A security tool which acts as a wrapper for network services >@@ -84,21 +84,21 @@ > %make_build linux > > %install >-%__mkdir_p $RPM_BUILD_ROOT{/lib,%_libdir,%_sbindir,%_includedir,%_mandir/man{3,5,8}} >+%__mkdir_p $RPM_BUILD_ROOT{/%_lib,%_libdir,%_sbindir,%_includedir,%_mandir/man{3,5,8}} > > %__install -p -m755 safe_finger tcpd tcpdchk tcpdmatch try-from \ > $RPM_BUILD_ROOT%_sbindir/ > > %__cp -a libwrap.* $RPM_BUILD_ROOT%_libdir/ > >-# Relocate shared libraries from %_libdir/ to /lib/. >+# Relocate shared libraries from %_libdir/ to /%_lib/. > for f in $RPM_BUILD_ROOT%_libdir/*.so; do > t=`objdump -p "$f" |awk '/SONAME/ {print $2}'` > [ -n "$t" ] >- %__ln_s -nf ../../lib/"$t" "$f" >+ %__ln_s -nf ../../%_lib/"$t" "$f" > done >-%__mv $RPM_BUILD_ROOT%_libdir/*.so.* $RPM_BUILD_ROOT/lib/ >-%__chmod a+x $RPM_BUILD_ROOT/lib/* >+%__mv $RPM_BUILD_ROOT%_libdir/*.so.* $RPM_BUILD_ROOT/%_lib/ >+%__chmod a+x $RPM_BUILD_ROOT/%_lib/* > > %__install -p -m644 tcpd.h $RPM_BUILD_ROOT%_includedir/ > >@@ -117,7 +117,7 @@ > %doc BLURB CHANGES README* DISCLAIMER Banners.Makefile LICENSE > > %files -n libwrap >-/lib/*.so.* >+/%_lib/*.so.* > %_man5dir/* > > %files -n libwrap-devel >@@ -129,6 +129,9 @@ > %_libdir/*.a > > %changelog >+* Mon Jul 26 2004 Kachalov Anton <mouse@altlinux.ru> 1:7.6-alt5 >+- Change /lib to /%_lib to make compile on x86_64 >+ > * Thu Sep 11 2003 Dmitry V. Levin <ldv@altlinux.org> 1:7.6-alt4 > - Relocated man5 documentation (#2588). > - Added hosts_ctl declaration (#2959).
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4897
: 524