Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gst-plugins-good1.0
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
public-projects
gst-plugins-good1.0
Commits
7f12ad74
Commit
7f12ad74
authored
11 years ago
by
Iain Lane
Browse files
Options
Downloads
Patches
Plain Diff
Drop ltmain-as-needed patch and do the same with dh_autoreconf --as-needed.
parent
fb0885cb
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/patches/99_ltmain_as-needed.patch
+0
-32
0 additions, 32 deletions
debian/patches/99_ltmain_as-needed.patch
debian/patches/series
+0
-1
0 additions, 1 deletion
debian/patches/series
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
with
10 additions
and
36 deletions
debian/changelog
+
7
−
0
View file @
7f12ad74
gst-plugins-good1.0 (1.2.2-2) UNRELEASED; urgency=medium
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
--as-needed.
-- Iain Lane <laney@debian.org> Thu, 09 Jan 2014 17:20:15 +0000
gst-plugins-good1.0 (1.2.2-1) unstable; urgency=medium
* New upstream bugfix release.
...
...
This diff is collapsed.
Click to expand it.
debian/patches/99_ltmain_as-needed.patch
deleted
100644 → 0
+
0
−
32
View file @
fb0885cb
diff --git a/ltmain.sh b/ltmain.sh
index c7d06c3..7bc27f2 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -5800,6 +5800,11 @@
func_mode_link ()
arg=$func_stripname_result
;;
+ -Wl,--as-needed)
+ deplibs="$deplibs $arg"
+ continue
+ ;;
+
-Wl,*)
func_stripname '-Wl,' '' "$arg"
args=$func_stripname_result
@@ -6163,6 +6168,15 @@
func_mode_link ()
lib=
found=no
case $deplib in
+ -Wl,--as-needed)
+ if test "$linkmode,$pass" = "prog,link"; then
+ compile_deplibs="$deplib $compile_deplibs"
+ finalize_deplibs="$deplib $finalize_deplibs"
+ else
+ deplibs="$deplib $deplibs"
+ fi
+ continue
+ ;;
-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
if test "$linkmode,$pass" = "prog,link"; then
This diff is collapsed.
Click to expand it.
debian/patches/series
deleted
100644 → 0
+
0
−
1
View file @
fb0885cb
99_ltmain_as-needed.patch
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
3
View file @
7f12ad74
...
...
@@ -3,10 +3,10 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
DEB_DH_AUTORECONF_ARGS += --as-needed
# make autoreconf not call libtoolize since we ship a patch for ltmain.sh
export LIBTOOLIZE=true
# make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in
export AUTOPOINT=true
...
...
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