forked from Lainports/freebsd-ports
12 lines
421 B
Text
12 lines
421 B
Text
--- configure.orig 2008-05-24 08:37:25.515872840 +0200
|
|
+++ configure 2008-05-24 08:38:44.943843155 +0200
|
|
@@ -220,7 +220,8 @@
|
|
MODULEDIR="\$(LIBDIR)/vlock/modules"
|
|
|
|
CC=gcc
|
|
- DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
|
|
+ #DEFAULT_CFLAGS="-O2 -Wall -W -pedantic -std=gnu99"
|
|
+ DEFAULT_CFLAGS="-pedantic -std=gnu99"
|
|
DEBUG_CFLAGS="-O0 -g -Wall -W -pedantic -std=gnu99"
|
|
CFLAGS="${DEFAULT_CFLAGS}"
|
|
LD=ld
|