Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Container Registry
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
Gepetto
robotpkg-wip
Commits
fa950f7f
Commit
fa950f7f
authored
10 years ago
by
Raphaël Lallement
Browse files
Options
Downloads
Patches
Plain Diff
[wip/hatptester] Add a patch to solve linker issue in recent boost
parent
81e20443
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hatptester/Makefile
+1
-1
1 addition, 1 deletion
hatptester/Makefile
hatptester/distinfo
+1
-0
1 addition, 0 deletions
hatptester/distinfo
hatptester/patches/patch-aa
+27
-0
27 additions, 0 deletions
hatptester/patches/patch-aa
with
29 additions
and
1 deletion
hatptester/Makefile
+
1
−
1
View file @
fa950f7f
...
...
@@ -4,7 +4,7 @@
DISTNAME
=
hatptester-
${
VERSION
}
VERSION
=
1.4.1
PKGREVISION
=
PKGREVISION
=
1
CATEGORIES
=
planning
MASTER_SITES
=
${
MASTER_SITE_OPENROBOTS:
=
hatptester/
}
MASTER_REPOSITORY
=
${
MASTER_REPOSITORY_OPENROBOTS
}
hatp/hatptester
...
...
This diff is collapsed.
Click to expand it.
hatptester/distinfo
+
1
−
0
View file @
fa950f7f
SHA1 (hatptester-1.4.1.tar.gz) = 7a6533fed88358ece49bc841ab8bcd3a064c5cdf
RMD160 (hatptester-1.4.1.tar.gz) = 493b5f4301b188aa8a9b4d4e38e3e287a33ef05c
Size (hatptester-1.4.1.tar.gz) = 19698 bytes
SHA1 (patch-aa) = 20be8bb6cef5500bfbe9928ec02e7984c4d24c14
This diff is collapsed.
Click to expand it.
hatptester/patches/patch-aa
0 → 100644
+
27
−
0
View file @
fa950f7f
From c4ce62ce08fcabc00e6e89e3e503db5fbca2241b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Lallement?= <raphael.lallement@laas.fr>
Date: Fri, 23 May 2014 18:16:16 +0200
Subject: [PATCH] [CMake] Fix linker issue
With the new version of Boost the System library is no longer
automatically linked, fix this issue.
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git CMakeLists.txt CMakeLists.txt
index c32c382..6f49a83 100644
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -14,7 +14,7 @@
set(APP_ASSOCIATED_TAG "v${APP_VERSION}") #Tag associated to the software versio
find_package(msgconnector REQUIRED msgconnector)
find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui)
-find_package(Boost REQUIRED thread regex signals program_options)
+find_package(Boost REQUIRED thread regex signals program_options system)
find_package(Threads)
if(msgconnector_FOUND)
--
1.7.9.5
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