diff --git a/mailx.changes b/mailx.changes index 38c2f1c..4231005 100644 --- a/mailx.changes +++ b/mailx.changes @@ -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 diff --git a/mailx.spec b/mailx.spec index c54738e..23c60e8 100644 --- a/mailx.spec +++ b/mailx.spec @@ -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"