From: Martin Willi Date: Tue, 8 Dec 2009 13:34:14 +0000 (+0100) Subject: Undef PACKAGE_BUG/URL of strongSwan before including ruby variants X-Git-Tag: 4.3.6~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f469754f7ffce2e45400a58f054f851b3f6bf277;p=thirdparty%2Fstrongswan.git Undef PACKAGE_BUG/URL of strongSwan before including ruby variants --- diff --git a/src/dumm/ext/dumm.c b/src/dumm/ext/dumm.c index ed667ccc02..230e8ae68e 100644 --- a/src/dumm/ext/dumm.c +++ b/src/dumm/ext/dumm.c @@ -29,6 +29,7 @@ #undef PACKAGE_VERSION #undef PACKAGE_STRING #undef PACKAGE_BUGREPORT +#undef PACKAGE_URL #include static dumm_t *dumm; diff --git a/src/dumm/irdumm.c b/src/dumm/irdumm.c index cf7f3423a3..7543e6bd62 100644 --- a/src/dumm/irdumm.c +++ b/src/dumm/irdumm.c @@ -17,6 +17,8 @@ #undef PACKAGE_TARNAME #undef PACKAGE_VERSION #undef PACKAGE_STRING +#undef PACKAGE_BUGREPORT +#undef PACKAGE_URL #include /**