Fix linker warnings for jvpp shared libs
Change-Id: I02d01ce210d5bbe11ad2ee70f7703647f9147416 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
This commit is contained in:
@@ -19,7 +19,7 @@ AM_CFLAGS = -Wall -I${top_srcdir} -I${top_builddir} \
|
||||
-I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux \
|
||||
-I@top_srcdir@/plugins -I@top_builddir@/plugins
|
||||
|
||||
AM_LDFLAGS = -module -shared -avoid-version -rpath /none -no-undefined
|
||||
AM_LDFLAGS = -shared -avoid-version -rpath /none -no-undefined
|
||||
|
||||
BUILT_SOURCES =
|
||||
bin_PROGRAMS =
|
||||
|
||||
Reference in New Issue
Block a user