Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
e2fbbfdf
Commit
e2fbbfdf
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Stronger warning about mixing SunOS 4.1.1 with -lresolv.
LIBRESOLV added.
parent
55b1a65b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/balance-defs.make
+5
-2
5 additions, 2 deletions
config/balance-defs.make
config/sun4os4-defs.make
+12
-2
12 additions, 2 deletions
config/sun4os4-defs.make
with
17 additions
and
4 deletions
config/balance-defs.make
+
5
−
2
View file @
e2fbbfdf
#
#
# $Id: balance-defs.make,v 1.
8
199
1/10/31 00:14:44
ceder Exp $
# $Id: balance-defs.make,v 1.
9
199
2/01/05 18:22:26
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991 Lysator Academic Computer Association.
#
#
# This file is part of the LysKOM server.
# This file is part of the LysKOM server.
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
#
# $Id: balance-defs.make,v 1.
8
199
1/10/31 00:14:44
ceder Exp $
# $Id: balance-defs.make,v 1.
9
199
2/01/05 18:22:26
ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
@@ -52,6 +52,9 @@ PIPE = -pipe
...
@@ -52,6 +52,9 @@ PIPE = -pipe
# -h flag makes NULL pointer references generate runtime errors
# -h flag makes NULL pointer references generate runtime errors
LDFLAGS
=
-h
-L
$(
LIBDIR
)
LDFLAGS
=
-h
-L
$(
LIBDIR
)
# Library for hostname lookup.
LIBRESOLV
=
-lresolv
CFLAGS
=
$(
INCLUDES
)
$(
OPTIMIZE-FLAGS
)
$(
MISC-CFLAGS
)
$(
PIPE
)
$(
TARGET
)
CFLAGS
=
$(
INCLUDES
)
$(
OPTIMIZE-FLAGS
)
$(
MISC-CFLAGS
)
$(
PIPE
)
$(
TARGET
)
# LysKOM executables that the typical user don't use go here.
# LysKOM executables that the typical user don't use go here.
...
...
This diff is collapsed.
Click to expand it.
config/sun4os4-defs.make
+
12
−
2
View file @
e2fbbfdf
#
#
# $Id: sun4os4-defs.make,v 1.
9
199
1/10/31 00:14:40
ceder Exp $
# $Id: sun4os4-defs.make,v 1.
10
199
2/01/05 18:22:24
ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association.
# Copyright (C) 1991 Lysator Academic Computer Association.
#
#
# This file is part of the LysKOM server.
# This file is part of the LysKOM server.
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
#
# $Id: sun4os4-defs.make,v 1.
9
199
1/10/31 00:14:40
ceder Exp $
# $Id: sun4os4-defs.make,v 1.
10
199
2/01/05 18:22:24
ceder Exp $
# This file is included by all Makefiles in the LysKOM hierarchy.
# This file is included by all Makefiles in the LysKOM hierarchy.
# It gives default values for all variables that is normally used.
# It gives default values for all variables that is normally used.
# TOPDIR and SCRIPTDIR must be set before this file is included.
# TOPDIR and SCRIPTDIR must be set before this file is included.
...
@@ -53,6 +53,16 @@ PIPE = -pipe
...
@@ -53,6 +53,16 @@ PIPE = -pipe
# -h flag makes NULL pointer references generate runtime errors
# -h flag makes NULL pointer references generate runtime errors
LDFLAGS
=
-h
-L
$(
LIBDIR
)
LDFLAGS
=
-h
-L
$(
LIBDIR
)
# Library for hostname lookup.
# There is a bug in SunOS 4.1.1 that makes it impossible to use -lresolv.
# It can be fixed by either installing the 4.0.3 version of
# /usr/lib/libreslov.a or by omitting -lresolv.
#
# Note that -lresolv is not necessary if YP/NIS is set up so that the NIS
# server asks the nameserver.
LIBRESOLV
=
-lresolv
CFLAGS
=
$(
INCLUDES
)
$(
OPTIMIZE-FLAGS
)
$(
MISC-CFLAGS
)
$(
PIPE
)
$(
TARGET
)
CFLAGS
=
$(
INCLUDES
)
$(
OPTIMIZE-FLAGS
)
$(
MISC-CFLAGS
)
$(
PIPE
)
$(
TARGET
)
# LysKOM executables that the typical user doesn't use go here.
# LysKOM executables that the typical user doesn't use go here.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment