ObjFW  Check-in [df2fab63dd]

Overview
Comment:objfw.spec: Disable rpath
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: df2fab63dd1ae4177270b2d402558c6843f200c199ce511bb9fa86bb2764b54a
User & Date: js on 2021-09-02 17:21:46
Other Links: manifest | tags
Context
2021-09-02
17:49
runtime: Don't use asm for PowerPC64 ELF v2 ABI check-in: 98b8a4cc1d user: js tags: trunk
17:21
objfw.spec: Disable rpath check-in: df2fab63dd user: js tags: trunk
17:06
Update buildsys check-in: f310e7dd1f user: js tags: trunk
Changes

Modified objfw.spec from [7462dd6f4d] to [f1d83485dc].

101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
modern command line downloader such as resuming of downloads, using a SOCKS5
proxy, a modern terminal-based UI, etc.

%prep
%autosetup

%build
%configure
%make_build

%install
%make_install

%files








|







101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
modern command line downloader such as resuming of downloads, using a SOCKS5
proxy, a modern terminal-based UI, etc.

%prep
%autosetup

%build
%configure --disable-rpath
%make_build

%install
%make_install

%files