Accepting request 230862 from home:elvigia:branches:server:mail

- Build with -DOPENSSL_NO_SSL_INTERN asserting that this 
  package does not (and should not) use openSSL internals
  that are subject to binary incompatible changes.

OBS-URL: https://build.opensuse.org/request/show/230862
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=39
This commit is contained in:
Greg Kroah-Hartman 2014-04-25 18:09:11 +00:00 committed by Git OBS Bridge
parent 2e85d6f0af
commit 2404f881a7
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 19 19:57:00 UTC 2014 - crrodriguez@opensuse.org
- Build with -DOPENSSL_NO_SSL_INTERN asserting that this
package does not (and should not) use openSSL internals
that are subject to binary incompatible changes.
-------------------------------------------------------------------
Fri Dec 6 12:48:27 UTC 2013 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package mailx
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -53,7 +53,7 @@ environments, nail is Unicode/UTF-8 capable. Further, it contains some
minor enhancements like the ability to set a "From:" address.
%prep
%setup -n mailx-%{version}
%setup -q -n mailx-%{version}
%patch1 -p0 -b .path
%patch2 -p0 -b .rplyto
%patch3 -p0 -b .ttychr
@ -66,7 +66,7 @@ minor enhancements like the ability to set a "From:" address.
%build
CC=gcc
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE"
CFLAGS="${RPM_OPT_FLAGS} -pipe -D_GNU_SOURCE -DOPENSSL_NO_SSL_INTERN"
export CC CFLAGS
$SHELL ./makeconfig
make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"