I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 13390498 authored by hiddenz's avatar hiddenz
Browse files

build_jbigi.sh: make dynamic library build compatible with --as-needed GNU linker flag

parent e2c73157
No related branches found
No related tags found
No related merge requests found
......@@ -58,4 +58,4 @@ fi
echo "Compiling C code..."
rm -f jbigi.o $LIBFILE
$CC -c $COMPILEFLAGS $INCLUDES ../../jbigi/src/jbigi.c
$CC $LINKFLAGS $INCLUDES $INCLUDELIBS -o $LIBFILE jbigi.o $STATICLIBS
$CC $LINKFLAGS $INCLUDES -o $LIBFILE jbigi.o $INCLUDELIBS $STATICLIBS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment