]> git.pld-linux.org Git - packages/newt.git/blob - newt-PIC.patch
- updated to 0.52.10
[packages/newt.git] / newt-PIC.patch
1 --- newt-0.50.34.orig/Makefile.in       2004-12-21 08:45:53.000000000 +0100
2 +++ newt-0.50.34/Makefile.in    2004-12-21 08:55:15.992429456 +0100
3 @@ -67,6 +67,12 @@
4  whiptail: $(NDIALOGOBJS) $(LIBNEWTSH)
5         gcc -g -o whiptail $(NDIALOGOBJS) -L . $(LIBNEWTSH) $(LIBS) -lpopt
6  
7 +whiptcl.o:   whiptcl.c
8 +       gcc -fPIC $(CFLAGS) -c whiptcl.c
9 +
10 +dialogboxes.o:   dialogboxes.c
11 +       gcc -fPIC $(CFLAGS) -c dialogboxes.c
12 +
13  whiptcl.so: $(WHIPTCLOBJS) $(LIBNEWTSH)
14         gcc -shared $(SHCFLAGS) -o whiptcl.so $(WHIPTCLOBJS) -L . $(LIBNEWTSH) -ltcl -lslang -lpopt -lm
15  
This page took 0.065947 seconds and 3 git commands to generate.