Jan Engelhardt 2022-08-08 15:47:00 +00:00 committed by Git OBS Bridge
parent be03dde29e
commit de2d9029ac
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add forced symvers
-------------------------------------------------------------------
Mon Apr 25 08:14:04 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -74,7 +74,10 @@ Use hmacsum to calculate a Hash-based Message Authentication Code (HMAC) of the
%build
autoreconf -fi
%configure --disable-static --enable-wide-character-type
# see libcdata for version-sc
echo "V_%version { global: *; };" >v.sym
%configure --disable-static --enable-wide-character-type \
LDFLAGS="-Wl,--version-script=$PWD/v.sym"
%make_build
%install