summaryrefslogtreecommitdiffstats
path: root/package/nettle/nettle.mk
blob: ef7640a2374b2073d43f6125ebcbb364088c86fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
NETTLE_VERSION = 2.5
NETTLE_SITE = http://www.lysator.liu.se/~nisse/archive
NETTLE_DEPENDENCIES = gmp
NETTLE_INSTALL_STAGING = YES

define NETTLE_DITCH_DEBUGGING_CFLAGS
	$(SED) '/CFLAGS/ s/ -ggdb3//' $(@D)/configure
endef

NETTLE_POST_EXTRACT_HOOKS += NETTLE_DITCH_DEBUGGING_CFLAGS

$(eval $(autotools-package))