]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
install libtalloc && libpcap, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jan 2023 19:27:42 +0000 (14:27 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 24 Jan 2023 19:27:42 +0000 (14:27 -0500)
scripts/build/redhat

index 874ba7fda12629f375ef84e4536f597b48c5ccf5..1db0e2b36dbe7a8162a92241447001e2fb1239ba 100644 (file)
@@ -61,6 +61,7 @@ cd talloc-${LIBTALLOC_VERSION}
 ./configure
 
 make
+sudo make install
 
 #
 # Install libpcap-devel
@@ -83,3 +84,4 @@ cd libpcap-${LIBPCAP_VERSION}
 ./configure
 
 make
+sudo make install