summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-01-01 21:20:59 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-01-01 21:20:59 +0000
commite5093c6398618d92c6f1415d2fa52e4861eb34ed (patch)
tree6251c1630afeadb7f57e5f59140d60cb9ed7652b
parentbc416d366c67db6b73874369a8f52dd16b52c2e0 (diff)
downloadptxdist-e5093c6398618d92c6f1415d2fa52e4861eb34ed.tar.gz
ptxdist-e5093c6398618d92c6f1415d2fa52e4861eb34ed.tar.xz
* nfsutils: removed obsolete patches for nfsutils 1.0.1; we
have 1.0.8 in the meantime. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7686 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--ChangeLog2
-rw-r--r--patches/nfs-utils-1.0.1/generic/nfsutil.diff20
2 files changed, 2 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cf441a16..41a5375c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-01-01 Robert Schwebel <r.schwebel@pengutronix.de>
+ * nfsutils: removed obsolete patches for nfsutils 1.0.1; we
+ have 1.0.8 in the meantime.
* ppp: update version to 2.4.4
* ppp: make ppp cross compilable
* rsync3: added rsync 3.0.0pre7 in order to test
diff --git a/patches/nfs-utils-1.0.1/generic/nfsutil.diff b/patches/nfs-utils-1.0.1/generic/nfsutil.diff
deleted file mode 100644
index 5bdd39b70..000000000
--- a/patches/nfs-utils-1.0.1/generic/nfsutil.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- nfs-utils-1.0.1/config.mk.in 2004-02-04 23:00:30.000000000 +0100
-+++ nfs-utils-1.0.1-ptx/config.mk.in 2004-02-04 23:01:22.000000000 +0100
-@@ -55,15 +55,14 @@
- INSTALL = install
- MAN2PS = groff -Tps -man
-
--AFLAGS = -I$(TOP)support/include \
-- -Wall $(ARCHFLAGS) -pipe
-+AFLAGS = -Wall $(ARCHFLAGS) -pipe
- ifdef KERNEL_INCDIR
- AFLAGS += -I$(KERNEL_INCDIR)
- endif
-
- ALL-CFLAGS = $(AFLAGS) $(CCOPTS) -DVERSION="\"$(VERSION)\""
- CC = @CC@
--CFLAGS = @CFLAGS@ $(ALL-CFLAGS)
-+CFLAGS = -I$(TOP)support/include @CFLAGS@ $(ALL-CFLAGS)
- CC_FOR_BUILD = @CC_FOR_BUILD@
- CFLAGS_FOR_BUILD= -O2 $(ALL-CFLAGS)
-