]> git.pld-linux.org Git - packages/dhcpcd.git/blame - dhcpcd-configure.patch
- updated to 1.3.22pl4
[packages/dhcpcd.git] / dhcpcd-configure.patch
CommitLineData
40b67734 1--- dhcpcd-1.3.22-pl1/configure.in~ Thu Jul 18 23:17:29 2002
2+++ dhcpcd-1.3.22-pl1/configure.in Thu Jul 18 23:17:29 2002
3@@ -30,26 +30,6 @@
01f0f01b 4 AC_CANONICAL_HOST
386dbe92 5
01f0f01b
AM
6 dnl
7-dnl Determining the compilation flags
8-dnl
9-
10-case $host_os in
40b67734 11- linux*) CFLAGS="$CFLAGS -O2 -fomit-frame-pointer -Wall $ADDS"
386dbe92 12- ;;
386dbe92
JR
13-esac
14-
01f0f01b 15-case $host_cpu in
40b67734 16- i486) CFLAGS="$CFLAGS -march=i486"
17- ;;
18- i586) CFLAGS="$CFLAGS -march=i586"
19- ;;
20- i686) CFLAGS="$CFLAGS -march=i686"
386dbe92 21- ;;
386dbe92
JR
22-esac
23-
40b67734 24-LDFLAGS="-s -O2"
386dbe92 25-
01f0f01b 26-dnl
386dbe92
JR
27 dnl Checks for programs.
28 dnl
01f0f01b 29 AC_PROG_CC
This page took 0.038568 seconds and 4 git commands to generate.