mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Define RELEASE_CRUNCH as a make variable. Previously it was defined
as a preprocessor variable only. This broke the build of ppp. This problem still exists in the old-style directories. Debugging-help-supplied-by: brian
This commit is contained in:
parent
4f8959ac97
commit
b8b1ea6738
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ all: crunch install
|
|||
crunch:
|
||||
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch2.conf
|
||||
@crunchgen ./crunch2.conf
|
||||
@${MAKE} -f crunch2.mk -DNOPAM all \
|
||||
"CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
|
||||
${MAKE} -f crunch2.mk RELEASE_CRUNCH= -DNOPAM all \
|
||||
"CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT"
|
||||
|
||||
clean:
|
||||
rm -f *.o *.stub *.lo *_stub.c *.mkcrunch.cache Make.log *~
|
||||
|
|
|
|||
Loading…
Reference in a new issue