Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
1 changed files with 1 additions and 7 deletions
|
|
@ -60,7 +60,6 @@ Requires: /usr/sbin/sendmail
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: libxcrypt-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Alpine -- an Alternatively Licensed Program for Internet
|
Alpine -- an Alternatively Licensed Program for Internet
|
||||||
|
|
@ -91,11 +90,6 @@ install -m644 -p %{SOURCE1} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch imap/ip6
|
touch imap/ip6
|
||||||
|
|
||||||
# Add -std=gnu17 for now.
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2336274
|
|
||||||
CFLAGS="%{optflags} -std=gnu17"
|
|
||||||
|
|
||||||
# --without-tcl disables the TCL-based CGI "Web Alpine"
|
# --without-tcl disables the TCL-based CGI "Web Alpine"
|
||||||
%configure \
|
%configure \
|
||||||
--enable-debug=no \
|
--enable-debug=no \
|
||||||
|
|
@ -113,7 +107,7 @@ CFLAGS="%{optflags} -std=gnu17"
|
||||||
|
|
||||||
# Build single threaded, make is not creating directories in time.
|
# Build single threaded, make is not creating directories in time.
|
||||||
export RPM_BUILD_NCPUS=1
|
export RPM_BUILD_NCPUS=1
|
||||||
%make_build
|
%make_build EXTRACFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue