diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/external.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/debian/patches/external.patch b/debian/patches/external.patch index a594eb4e..cfdbda37 100644 --- a/debian/patches/external.patch +++ b/debian/patches/external.patch @@ -51,64 +51,3 @@ index 05b959b..68ec159 100644 # Check for ncursesw, which is needed for the console-curses client. hurd_LIB_NCURSESW -Index: hurd-debian/procfs/Makefile -=================================================================== ---- hurd-debian.orig/procfs/Makefile 2012-11-26 00:23:22.000000000 +0000 -+++ hurd-debian/procfs/Makefile 2012-11-26 00:25:35.000000000 +0000 -@@ -1,26 +1,31 @@ --TARGET = procfs --OBJS = procfs.o netfs.o procfs_dir.o \ -- process.o proclist.o rootdir.o dircat.o main.o --LIBS = -lnetfs -lps -lfshelp -lpthread -+# Makefile - for procfs -+# -+# Copyright (C) 2008 Free Software Foundation, Inc. -+# -+# This program is free software; you can redistribute it and/or -+# modify it under the terms of the GNU General Public License as -+# published by the Free Software Foundation; either version 2, or (at -+# your option) any later version. -+# -+# This program is distributed in the hope that it will be useful, but -+# WITHOUT ANY WARRANTY; without even the implied warranty of -+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+# General Public License for more details. -+# -+# You should have received a copy of the GNU General Public License -+# along with this program; if not, write to the Free Software -+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -+ -+dir := procfs -+makemode := server -+ -+target = procfs -+ -+SRCS = procfs.c netfs.c procfs_dir.c process.c proclist.c rootdir.c dircat.c main.c -+LCLHDRS = dircat.h main.h process.h procfs.h procfs_dir.h proclist.h rootdir.h -+ -+OBJS = $(SRCS:.c=.o) -+HURDLIBS = netfs fshelp iohelp ps ports ihash shouldbeinlibc -+OTHERLIBS = -lpthread - --CC = gcc --CFLAGS = -Wall -g --CPPFLAGS = --LDFLAGS = -- --ifdef PROFILE --CFLAGS= -g -pg --CPPFLAGS= -DPROFILE --LDFLAGS= -static --LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lpthread -lihash -lshouldbeinlibc --endif -- --CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -- --all: $(TARGET) -- --$(TARGET): $(OBJS) -- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS) -- --clean: -- $(RM) $(TARGET) $(OBJS) -+include ../Makeconf |