Changeset 75f50a9 for general/genlib/libunique.xml
- Timestamp:
- 01/16/2012 12:06:06 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a0ace670
- Parents:
- e052635d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libunique.xml
re052635d r75f50a9 80 80 commands:</para> 81 81 82 <screen><userinput>./configure --prefix=/usr && 82 <screen><userinput>sed -i '/DG_DISABLE_DEPRECATED/d' unique/Makefile.in && 83 ./configure --prefix=/usr --disable-static && 84 sed -i 's# -Werror ##' unique/dbus/Makefile && 83 85 make</userinput></screen> 84 86 … … 93 95 <sect2 role="commands"> 94 96 <title>Command Explanations</title> 97 98 <para><command>sed -i '/DG_DISABLE_DEPRECATED/d' ...</command>: 99 <application>Libunique</application> uses functions that are deprecated in 100 the current version of <application>Glib</application>. This sed allows it 101 to compile using those deprecated functions.</para> 102 103 <para><command>sed -i 's# -Werror ##' ...</command>: This sed disables 104 treating warnings as errors in the Makefile that deals with dbus.</para> 95 105 96 106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.