diff options
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 5a8407c..e7097a0 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif |