| 3 |
* disable SSL |
* disable SSL |
| 4 |
* remove unportable uname check and use Linux flags by default |
* remove unportable uname check and use Linux flags by default |
| 5 |
* add needed dns functions |
* add needed dns functions |
| 6 |
|
* disable stripping |
| 7 |
|
|
| 8 |
--- aiccu.orig/unix-console/Makefile 2007-01-15 12:04:27.000000000 +0100 |
--- aiccu.orig/unix-console/Makefile 2007-01-15 12:04:27.000000000 +0100 |
| 9 |
+++ aiccu/unix-console/Makefile 2007-02-01 21:24:08.000000000 +0100 |
+++ aiccu/unix-console/Makefile 2007-06-26 01:52:45.000000000 +0200 |
| 10 |
@@ -10,9 +10,9 @@ |
@@ -10,9 +10,9 @@ |
| 11 |
# $Date: 2007-01-15 11:04:27 $ |
# $Date: 2007-01-15 11:04:27 $ |
| 12 |
# **********************************************************/ |
# **********************************************************/ |
| 44 |
|
|
| 45 |
# FreeBSD |
# FreeBSD |
| 46 |
ifeq ($(shell uname | grep -c "FreeBSD"),1) |
ifeq ($(shell uname | grep -c "FreeBSD"),1) |
| 47 |
|
@@ -147,7 +147,6 @@ aiccu: $(OBJS) ${SRCS} ${INCS} |
| 48 |
|
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) |
| 49 |
|
ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0) |
| 50 |
|
ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1) |
| 51 |
|
- strip $@ |
| 52 |
|
endif |
| 53 |
|
endif |
| 54 |
|
|