mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
Pass CC/CFLAGS to ./configure, not to make, adding -include config.h
This commit is contained in:
parent
5084c13f6d
commit
328447acd5
@ -28,8 +28,8 @@ endif
|
||||
|
||||
build:
|
||||
dh_testdir
|
||||
./configure $(CONFIGURE_ARGS)
|
||||
$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"
|
||||
./configure $(CONFIGURE_ARGS) CC="$(CC)" CFLAGS="$(CFLAGS)"
|
||||
$(MAKE)
|
||||
touch build
|
||||
|
||||
clean:
|
||||
|
Loading…
x
Reference in New Issue
Block a user