Skip to content

Commit

Permalink
Merge pull request #153 from AleksArt000/main
Browse files Browse the repository at this point in the history
Fixed: incorrect prefix in libgit2
  • Loading branch information
AleksArt000 authored Oct 25, 2024
2 parents 145a15c + 602ecda commit b6dc36f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base/src/libgit2.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ url = https://libgit2.org/
[files]
libgit2-1.8.1.tar.gz https://codeload.github.com/libgit2/libgit2/tar.gz/refs/tags/v1.8.1 8c1eaf0cf07cba0e9021920bfba9502140220786ed5d8a8ec6c7ad9174522f8e

[exports]
CFLAGS=-march=x86-64-v2
CXXFLAGS=-march=x86-64-v2

[description]
libgit2 is a portable, pure C implementation of the Git core methods

Expand All @@ -15,5 +19,5 @@ tar -xzf $NAME-$VERSION.tar.gz

[install]
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$SOVIET_BUILD_DIR
cmake .. -DCMAKE_INSTALL_PREFIX=$SOVIET_BUILD_DIR/usr
cmake --build . --target install
4 changes: 4 additions & 0 deletions extra/src/graphics/seatd.ecmp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ A minimal seat management daemon, and a universal seat management library.
[files]
seatd-0.8.0.tar.gz https://git.sr.ht/~kennylevinsen/seatd/archive/0.8.0.tar.gz a562a44ee33ccb20954a1c1ec9a90ecb2db7a07ad6b18d0ac904328efbcf65a0

[exports]
CFLAGS=-march=x86-64-v2
CXXFLAGS=-march=x86-64-v2

[download]
tar -xzf seatd-0.8.0.tar.gz

Expand Down

0 comments on commit b6dc36f

Please sign in to comment.