Skip to content

Commit

Permalink
Remove fPIC flag (the package only produces executable files)
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Sep 15, 2021
1 parent 3902785 commit d6f6e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions form.spec
Expand Up @@ -12,8 +12,8 @@ Requires: zlib

%build

CXX="$(which %{cms_cxx}) -fPIC"
CC="$(which gcc) -fPIC"
CXX="$(which %{cms_cxx})"
CC="$(which gcc)"

./configure --prefix=%i \
--bindir=%i/bin \
Expand Down

0 comments on commit d6f6e03

Please sign in to comment.