diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-11-28 07:19:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-28 07:19:35 +0000 |
commit | 872ed8f1882bc54a002b836aa6b136cde76eb229 (patch) | |
tree | cb45d1d738521acb18aeb72f61ad08c56e20a7d1 /packages/ez-ipupdate/files/configure.patch | |
parent | af8ec74a677aa9e7e5411ecc341a82480622ee74 (diff) |
ez-ipupdate: release 3.0.10
- fully tested release with startup script and prototype config
- file. This package will update a wide range of dynamic IP services.
- Tested on zoneedit.
Diffstat (limited to 'packages/ez-ipupdate/files/configure.patch')
-rw-r--r-- | packages/ez-ipupdate/files/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ez-ipupdate/files/configure.patch b/packages/ez-ipupdate/files/configure.patch new file mode 100644 index 0000000000..e6a945e4b2 --- /dev/null +++ b/packages/ez-ipupdate/files/configure.patch @@ -0,0 +1,11 @@ +--- ez-ipupdate-3.0.10/Makefile.am.orig 2005-11-27 15:24:05.857379643 -0800 ++++ ez-ipupdate-3.0.10/Makefile.am 2005-11-27 19:35:58.832379202 -0800 +@@ -1,7 +1,6 @@ + + bin_PROGRAMS = ez-ipupdate +-ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h @EXTRASRC@ +-ez_ipupdate_LDADD = @EXTRAOBJ@ ++ez_ipupdate_SOURCES = ez-ipupdate.c conf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h + + EXTRA_DIST = getpass.c ez-ipupdate.lsm example.conf example-pgpow.conf example-dhs.conf example-dyndns.conf example-ods.conf example-tzo.conf example-gnudip.conf example-easydns.conf example-justlinux.conf example-dyns.conf CHANGELOG mkbinary + |