Check-in Number:
|
128 | |
Date: |
2000-Aug-01 10:52:21 (local)
2000-Aug-01 08:52:21 (UTC) |
User: | rse |
Branch: | |
Comment: |
Add -pedantic |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pcre/.configure -> 1.2
*** /dev/null Sat Nov 23 01:04:25 2024
--- - Sat Nov 23 01:04:31 2024
***************
*** 0 ****
--- 1,7 ----
+ #!/bin/sh
+ CC="egcc" \
+ CFLAGS="-pipe -O2 -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline" \
+ ./configure \
+ --prefix=/sw/pkg/pcre \
+ --disable-shared \
+ "$@"
|
|