Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 774936 Details for
Bug 985573
lua-socket 3.0rc1 supports ipv6 but is a pain to build
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file patch to fix build.
lua-socket.spec.patch (text/plain), 1.37 KB, created by
Trever Adams
on 2013-07-17 19:08:41 UTC
(
hide
)
Description:
spec file patch to fix build.
Filename:
MIME Type:
Creator:
Trever Adams
Created:
2013-07-17 19:08:41 UTC
Size:
1.37 KB
patch
obsolete
>--- /tmp/lua-socket.spec 2013-07-17 13:00:51.764521286 -0600 >+++ /home/trever/rpmbuild/SPECS/lua-socket.spec 2013-07-17 12:58:06.446599307 -0600 >@@ -3,15 +3,14 @@ > %define luapkgdir %{_datadir}/lua/%{luaver} > > Name: lua-socket >-Version: 2.0.2 >-Release: 9%{?dist} >+Version: 3.0 >+Release: 0a1%{?dist} > Summary: Network support for the Lua language > > Group: Development/Libraries > License: MIT > URL: http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/ >-Source0: http://luaforge.net/frs/download.php/2664/luasocket-2.0.2.tar.gz >-Patch0: lua-socket-unix-sockets.patch >+Source0: luasocket-3.0.tar.gz > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: lua >= %{luaver}, lua-devel >= %{luaver} >@@ -29,17 +28,16 @@ > > %prep > %setup -q -n luasocket-%{version} >-%patch0 -p1 -b .unix > > %build >-make %{?_smp_mflags} CFLAGS="%{optflags} -fPIC" >+make %{?_smp_mflags} RPMCFLAGS="%{optflags} -fPIC" > /usr/bin/iconv -f ISO8859-1 -t UTF8 LICENSE >LICENSE.UTF8 > mv -f LICENSE.UTF8 LICENSE > > > %install > rm -rf $RPM_BUILD_ROOT >-make install INSTALL_TOP_LIB=$RPM_BUILD_ROOT%{lualibdir} INSTALL_TOP_SHARE=$RPM_BUILD_ROOT%{luapkgdir} >+make install-unix INSTALL_TOP=$RPM_BUILD_ROOT INSTALL_TOP_CDIR=$RPM_BUILD_ROOT%{lualibdir} INSTALL_TOP_LDIR=$RPM_BUILD_ROOT%{luapkgdir} > > > %clean
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 985573
: 774936 |
774937
|
839239