diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-01-17 08:56:30 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:28:51 -0500 |
commit | 8d8cafc626ac84980ce257ea097faed847976a27 (patch) | |
tree | c7c3649a7911b164685f5b8175709a92d85ea3d7 /libraries/hdf | |
parent | afad69b7e20e803500356fc059f27b05a37b7143 (diff) | |
download | slackbuilds-8d8cafc626ac84980ce257ea097faed847976a27.tar.gz |
libraries/hdf: Force use of libtirpc in the CFLAGS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/hdf')
-rw-r--r-- | libraries/hdf/hdf.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/hdf/hdf.SlackBuild b/libraries/hdf/hdf.SlackBuild index 1c57e91ef9..fed0b01c13 100644 --- a/libraries/hdf/hdf.SlackBuild +++ b/libraries/hdf/hdf.SlackBuild @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -CFLAGS="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS -I/usr/include/tirpc -Wl,-ltirpc" \ CPPFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |