diff options
Diffstat (limited to 'packages/thc/thcrut_1.2.5.bb')
-rw-r--r-- | packages/thc/thcrut_1.2.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/thc/thcrut_1.2.5.bb b/packages/thc/thcrut_1.2.5.bb index 57e91d3417..2efec91167 100644 --- a/packages/thc/thcrut_1.2.5.bb +++ b/packages/thc/thcrut_1.2.5.bb @@ -6,11 +6,11 @@ LICENSE = "GPL" PR = "r1" SRC_URI = "http://packetstorm.linuxsecurity.com/groups/thc/thcrut-1.2.5.tar.gz \ - file://configure_in.patch;patch=1;pnum=0" + file://configure_in.patch;patch=1;pnum=0" S = "${WORKDIR}/thcrut-${PV}" -inherit autotools +inherit autotools EXTRA_OECONF = "--with-ssl=${STAGING_LIBDIR}/.." |