ObjFW  Check-in [1335245706]

Overview
Comment:objfw.spec: Force OBJC to clang

This avoids picking the wrong compiler when ${host}-gcc exists, but
clang only exists without the prefix (a problem on Fedora/ARM).

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1335245706249092d500e192ae95f11dc60c9ce385e6902ed2260df27e9195a0
User & Date: js on 2021-12-04 00:04:54
Other Links: manifest | tags
Context
2021-12-04
02:00
objfw.spec: Simplify %files check-in: d9fda8da11 user: js tags: trunk
00:04
objfw.spec: Force OBJC to clang check-in: 1335245706 user: js tags: trunk
00:00
Add build-aux/m4/pkg.m4 check-in: 32f53687e6 user: js tags: trunk
Changes

Modified objfw.spec from [cda61264f6] to [ba5b8011e2].

123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
proxy, a modern terminal-based UI, etc.

%prep
%autosetup
./autogen.sh

%build
%configure --disable-rpath
%make_build

%install
%make_install

%check
make -C tests run







|







123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
proxy, a modern terminal-based UI, etc.

%prep
%autosetup
./autogen.sh

%build
%configure OBJC=clang --disable-rpath
%make_build

%install
%make_install

%check
make -C tests run