diff options
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 0379ad409e6c..f3aab977254e 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -31,7 +31,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes USE_ICONV= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib \ |