mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
removed space after -L and -I in Makefile.in (#974)
Fixes link failure with gcc-4.2: ld: -L must be immediately followed by a directory path (no space)
This commit is contained in:
+2
-2
@@ -16,8 +16,8 @@ PLATOPTS_SPARC64=-mcpu=ultrasparc -pipe -fomit-frame-pointer -ffast-math -finlin
|
||||
export CFLAGS
|
||||
export LDFLAGS
|
||||
|
||||
CFLAGS=@CFLAGS@ -I ./include
|
||||
LDFLAGS=@LDFLAGS@ -L .
|
||||
CFLAGS=@CFLAGS@ -I./include
|
||||
LDFLAGS=@LDFLAGS@ -L.
|
||||
|
||||
OPENSSL_CFLAGS=$(shell pkg-config openssl; echo $$?)
|
||||
ifeq ($(OPENSSL_CFLAGS), 0)
|
||||
|
||||
Reference in New Issue
Block a user