mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 23:48:17 -07:00
net-ftp/atftp: remove unused patch
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22501 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
committed by
Jakov Smolić
parent
56d90606fc
commit
87fcfdbc71
@@ -1,32 +0,0 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -69,29 +69,6 @@
|
||||
dnl Check for AIX
|
||||
AC_AIX
|
||||
|
||||
-CFLAGS="$CFLAGS -g -Wall -D_REENTRANT"
|
||||
-
|
||||
-if test x$debug = xtrue; then
|
||||
- CFLAGS="$CFLAGS -O0 -DDEBUG"
|
||||
-else
|
||||
- if test -n "$auto_cflags"; then
|
||||
- if test -n "$GCC"; then
|
||||
- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
|
||||
- else
|
||||
- case "$host_os" in
|
||||
- *hpux*) CFLAGS="$CFLAGS +O3"
|
||||
- ;;
|
||||
- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
|
||||
- ;;
|
||||
- *) CFLAGS="$CFLAGS -O2"
|
||||
- ;;
|
||||
- esac
|
||||
- fi
|
||||
- else
|
||||
- CFLAGS="$CFLAGS -O2"
|
||||
- fi
|
||||
-fi
|
||||
-
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_INSTALL
|
||||
|
||||
Reference in New Issue
Block a user