Mageia Bugzilla – Attachment 5195 Details for
Bug 13533
png and pcre slang modules are missing in x86_64 package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
patch to fix detection of libpng and libpcre on 64-bit platform
slang.spec.patch (text/plain), 512 bytes, created by
Oleg Bosis
on 2014-06-17 20:12:48 CEST
(
hide
)
Description:
patch to fix detection of libpng and libpcre on 64-bit platform
Filename:
MIME Type:
Creator:
Oleg Bosis
Created:
2014-06-17 20:12:48 CEST
Size:
512 bytes
patch
obsolete
>--- a/slang.spec 2013-10-19 02:56:07.000000000 +0000 >+++ b/slang.spec 2014-06-17 14:54:17.775910891 +0000 >@@ -148,14 +148,17 @@ > > %configure2_5x \ > --includedir=%{_includedir}/slang \ >+ --with-zlib=%{_libdir} --with-zinc=%{_includedir} \ > %if %{with_onig} > --with-onig \ > %endif > %if %{with_png} >- --with-png \ >+ --with-pnginc=%{_includedir} \ >+ --with-pnglib=%{_libdir} \ > %endif > %if %{with_pcre} >- --with-pcre >+ --with-pcreinc=%{_includedir} \ >+ --with-pcrelib=%{_libdir} > %endif > > %make static all
--- a/slang.spec 2013-10-19 02:56:07.000000000 +0000 +++ b/slang.spec 2014-06-17 14:54:17.775910891 +0000 @@ -148,14 +148,17 @@ %configure2_5x \ --includedir=%{_includedir}/slang \ + --with-zlib=%{_libdir} --with-zinc=%{_includedir} \ %if %{with_onig} --with-onig \ %endif %if %{with_png} - --with-png \ + --with-pnginc=%{_includedir} \ + --with-pnglib=%{_libdir} \ %endif %if %{with_pcre} - --with-pcre + --with-pcreinc=%{_includedir} \ + --with-pcrelib=%{_libdir} %endif %make static all
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13533
: 5195