Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Main
Synchronet
Commits
1065b0dc
Commit
1065b0dc
authored
22 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Apparently libdl is "needed" for Linux builds... this should be fixed.
parent
14472f8a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/GNUmakefile
+5
-0
5 additions, 0 deletions
src/sbbs3/GNUmakefile
with
5 additions
and
0 deletions
src/sbbs3/GNUmakefile
+
5
−
0
View file @
1065b0dc
...
@@ -149,6 +149,11 @@ ifdef USE_CURSES
...
@@ -149,6 +149,11 @@ ifdef USE_CURSES
UIFC_OBJS
+=
$(
EXEODIR
)
/uifcc.o
UIFC_OBJS
+=
$(
EXEODIR
)
/uifcc.o
endif
endif
#The following is needed for nspr support on Linux
ifeq
($(os),linux)
LFLAGS
+=
-ldl
endif
include
targets.mk
# defines all targets
include
targets.mk
# defines all targets
include
objects.mk
# defines $(OBJS)
include
objects.mk
# defines $(OBJS)
include
sbbsdefs.mk
# defines $(SBBSDEFS)
include
sbbsdefs.mk
# defines $(SBBSDEFS)
...
...
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