Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
science
ntl
no-static.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-static.diff of Package ntl
From: Jan Engelhardt <jengelh@inai.de> Date: 2018-07-26 14:53:39.797440030 +0200 Eh, do not waste time building static libs which we are not going to keep. --- src/DoConfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: ntl-11.2.1/src/DoConfig =================================================================== --- ntl-11.2.1.orig/src/DoConfig +++ ntl-11.2.1/src/DoConfig @@ -200,7 +200,7 @@ if ($MakeFlag{'SHARED'} eq 'off') { system("rm -rf libtool-build") and die "Error: libtool build failed\n"; system("cp -R libtool-origin libtool-build") and die "Error: libtool build failed\n"; - system("cd libtool-build && ./configure") and die "Error: libtool build failed\n"; + system("cd libtool-build && ./configure --disable-static") and die "Error: libtool build failed\n"; if (-x "libtool-build/libtool") { print "\n*** libtool OK\n\n";
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor