Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153138
Collapse All | Expand All

(-)nettle-1.13.org/configure.ac (-1 / +1 lines)
Lines 152-158 case `uname -sr` in Link Here
152
    SHLIBFILE='$(SHLIBSONAME).$(SHLIBMINOR)'
152
    SHLIBFILE='$(SHLIBSONAME).$(SHLIBMINOR)'
153
    SHLIBLINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME)'
153
    SHLIBLINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME)'
154
    # FIXME: It might make some sense to link with -lgmp
154
    # FIXME: It might make some sense to link with -lgmp
155
    SHLIBLIBS=''
155
    SHLIBLIBS='$(LIBS)'
156
    ;;
156
    ;;
157
esac
157
esac
158
158

Return to bug 153138