crystalcursors
debpool
libdkim
libmail-dkim-perl
liboop
liboop-bad
libspf2
libtar
lsh
nettle
oidentd
pike
pike-old
pmk
prayer
prayer-err
pyscrabble
sa-exim
ssvnc
tvtime
x2vnc
zxid
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Українська - Ukrainian
Oëzbekcha - Uzbek
Subversion Repositories
(root)
/
trunk
/
debian
/
patches
/
dlopen_templates.patch
@ 171
- Rev 153
?revision_form?
Rev ?revision_input?
?revision_submit?
?revision_endform?
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
153
4123d 02h
magnus
/trunk/debian/
dlopen_templates.patch: Use MYCFLAGS (which is initialized to the
value of CFLAGS from dpkg-buildflags in the Config file) instead of
CFLAGS in templates/{src,cam,old}/Makefile (Closes: #715310, LP:
#1201216). The --defsym options were lost when we let CDBS override
CFLAGS in the previous upload.
145
4196d 02h
magnus
/trunk/debian/
Refresh patches.
129
4967d 05h
magnus
/trunk/debian/
dlopen_templates.patch: Add missing #include "dlopen_templates.h" to
servers/prayer_shared.h.
127
4974d 03h
magnus
/trunk/debian/
* Merge ld-as-needed.diff from Ubuntu into dlopen_templates.patch.
* Fix FTBFS with ld --as-needed.
107
5485d 04h
magnus
/trunk/debian/patches/
Add -fPIC just to be sure.
101
5485d 05h
magnus
/trunk/debian/
* dlopen_templates.patch:
* templates/{cam,old}/Makefile: Define the symbols template_map and
template_map_count as aliases to the template_$(TYPE)_map and
template_$(TYPE)_map_count when linking, so that template libraries
can be loaded by other names than the original one. Also remove some
cruft.
* shared/dlopen_templates.c: Use those symbols instead.
92
5510d 03h
magnus
/trunk/debian/patches/
Move up calls to dlopen_templates(). Remove redundant filename (dlerror() will print it) from error string in dlopen_templates().
90
5512d 02h
magnus
/trunk/debian/patches/
Add description to patch.
88
5528d 00h
magnus
/trunk/debian/patches/
Just load one template at a time, default to config->template_set; Prayer will work even if no templates defined in prayer.cf.
87
5528d 03h
magnus
/trunk/debian/
dlopen_templates.patch: Experimental support for dynamically loading
templates.