Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 285747 | Differences between
and this patch

Collapse All | Expand All

(-)nettle-2.0.orig/configure.ac (-1 / +1 lines)
Lines 206-212 Link Here
206
    LIBHOGWEED_FILE='$(LIBHOGWEED_SONAME).$(LIBHOGWEED_MINOR)'
206
    LIBHOGWEED_FILE='$(LIBHOGWEED_SONAME).$(LIBHOGWEED_MINOR)'
207
    LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(LIBHOGWEED_SONAME)'
207
    LIBHOGWEED_LINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(LIBHOGWEED_SONAME)'
208
    # FIXME: It might make some sense to link with -lnettle -lgmp
208
    # FIXME: It might make some sense to link with -lnettle -lgmp
209
    LIBHOGWEED_LIBS=''
209
    LIBHOGWEED_LIBS='-L. -lnettle $(LIBS)'
210
    ;;
210
    ;;
211
esac
211
esac
212
212

Return to bug 285747