forked from pool/libmowgli2
openssl & symvers
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmowgli2?expand=0&rev=14
This commit is contained in:
parent
098951c961
commit
5d1381d2b5
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 23 12:13:51 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Enable openssl support
|
||||||
|
- Set symbol versions on the library because the API did change
|
||||||
|
upwards-compatibly
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 20 11:22:14 UTC 2014 - jengelh@inai.de
|
Sun Jul 20 11:22:14 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ Url: http://atheme.org/projects/libmowgli.html
|
|||||||
Source: libmowgli-%version.tar.xz
|
Source: libmowgli-%version.tar.xz
|
||||||
Patch1: platform.patch
|
Patch1: platform.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
|
||||||
@ -85,7 +86,8 @@ if [ ! -e configure ]; then
|
|||||||
fi;
|
fi;
|
||||||
%configure
|
%configure
|
||||||
perl -i -pe 's{2\.0\.0}{%version}' *.pc
|
perl -i -pe 's{2\.0\.0}{%version}' *.pc
|
||||||
make %{?_smp_mflags}
|
echo 'G185 { global: *; };' >mowgli2.sym
|
||||||
|
make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot"
|
make install DESTDIR="%buildroot"
|
||||||
|
Loading…
Reference in New Issue
Block a user