Skip to content

Commit

Permalink
databases/mariadb1011-server: Fix typo in mysql_config
Browse files Browse the repository at this point in the history
PR:		269654
Reported by:	Oleg Sidorkin <osidorkin gmail com>
  • Loading branch information
Sp1l committed Apr 10, 2023
1 parent 3f5ce6a commit 54e3c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion databases/mariadb1011-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME?= mariadb
PORTVERSION= 10.11.2
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= databases
MASTER_SITES= https://mirror.nodesdirect.com/${SITESDIR}/ \
https://mirror.one.com/${SITESDIR}/ \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Create options
libs="-L$pkglibdir @RPATH_OPTION@ @LIBS_FOR_CLIENTS@"
embedded_libs="-L$pkglibdir @RPATH_OPTION@ @EMB_LIBS_FOR_CLIENTS@"
+embedded_libs="-L$embedded_libs -%%LOCALBASE%%/lib "
+embedded_libs="$embedded_libs -%%LOCALBASE%%/lib "

include="-I$pkgincludedir"
if [ "$basedir" != "/usr" ]; then

0 comments on commit 54e3c4d

Please sign in to comment.