diff options
author | Jon Nall <nall@gentoo.org> | 2002-12-08 20:00:26 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2002-12-08 20:00:26 +0000 |
commit | 9bab76881acca6a71154eb0738a84ef0b0c54f2a (patch) | |
tree | fc66a28093541fe459eb737a25c84d10e2bf037c /net-fs | |
parent | Version bumped (diff) | |
download | gentoo-2-9bab76881acca6a71154eb0738a84ef0b0c54f2a.tar.gz gentoo-2-9bab76881acca6a71154eb0738a84ef0b0c54f2a.tar.bz2 gentoo-2-9bab76881acca6a71154eb0738a84ef0b0c54f2a.zip |
oops. forgot to commit this
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch b/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch new file mode 100644 index 000000000000..1fc7ab9dfa82 --- /dev/null +++ b/net-fs/ftpfs/files/ftpfs-0.6.2-makefile-fix.patch @@ -0,0 +1,27 @@ +--- ftpfs/Makefile.orig 2002-12-08 13:58:31.000000000 -0600 ++++ ftpfs/Makefile 2002-12-08 13:58:46.000000000 -0600 +@@ -8,7 +8,7 @@ + + # makemake variables + +-DEPENDFLAGS := -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -Wall ${SEARCHDIRS} -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB ++DEPENDFLAGS := -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -Wall ${SEARCHDIRS} -DMODULE -D__KERNEL__ -DLINUX -DEXPORT_SYMTAB + # -DFTPFS_DEBUG -DFTPFS_VERBOSE + + # C preprocessor (C, C++, FORTRAN) +@@ -27,7 +27,7 @@ + # C/C++/Eiffel/FORTRAN linker + + LINKER := ld +-LDFLAGS = -m elf_i386 -r ++LDFLAGS = -r + LOADLIBES := + + +@@ -97,4 +97,4 @@ + uninstall: + rm -rf ${MODULESDIR}/kernel/fs/ftpfs + depmod -aq +- @echo "FTPfs is now uninstalled." +\ No newline at end of file ++ @echo "FTPfs is now uninstalled." |