add configure option to enable static linking
(cherry picked from commit c6a2620f5d
)
Conflicts:
configure.ac
This commit is contained in:
@@ -150,6 +150,10 @@ else
|
||||
CXXLIB+=-lstdc++
|
||||
endif
|
||||
|
||||
ifeq ("@STATIC@", "yes")
|
||||
LDFLAGS+=-static
|
||||
endif
|
||||
|
||||
INSTALL:=@INSTALL@
|
||||
PREFIX:=@prefix@
|
||||
BINDIR:=$(DESTDIR)$(PREFIX)/sbin
|
||||
|
Reference in New Issue
Block a user