]> git.pld-linux.org Git - packages/dhcpcd.git/blob - dhcpcd-configure.patch
609aa4420919f39d982495671b45f1f3 dhcpcd-1.3.19-pl7.tar.gz
[packages/dhcpcd.git] / dhcpcd-configure.patch
1 diff -urN dhcpcd-1.3.19-pl7.org/configure.in dhcpcd-1.3.19-pl7/configure.in
2 --- dhcpcd-1.3.19-pl7.org/configure.in  Sat Feb 24 01:52:12 2001
3 +++ dhcpcd-1.3.19-pl7/configure.in      Sat Feb 24 01:52:23 2001
4 @@ -30,22 +30,6 @@
5  AC_CANONICAL_HOST
6  
7  dnl
8 -dnl Determining the compilation flags
9 -dnl
10 -
11 -case $host_os in
12 -       linux*) CFLAGS="$CFLAGS -fomit-frame-pointer -Wall $ADDS"
13 -               ;;
14 -esac
15 -
16 -case $host_cpu in
17 -       i486)   CFLAGS="$CFLAGS -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2"
18 -               ;;
19 -esac
20 -
21 -LDFLAGS="-s"
22 -
23 -dnl
24  dnl Checks for programs.
25  dnl
26  AC_PROG_CC
This page took 0.049391 seconds and 4 git commands to generate.