-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfa45e6
commit dafb431
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
diff --git PKGBUILD PKGBUILD | ||
index 9b5ff26..3cb4cd9 100644 | ||
index 0b0c8a6..29a4934 100644 | ||
--- PKGBUILD | ||
+++ PKGBUILD | ||
@@ -20,8 +20,7 @@ build() { | ||
@@ -31,8 +31,7 @@ build() { | ||
./configure \ | ||
--prefix=/usr \ | ||
--sysconfdir=/etc/imlib2 \ | ||
- --x-libraries=/usr/lib \ | ||
- --enable-amd64 | ||
+ --x-libraries=/usr/lib | ||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool | ||
make | ||
} | ||
|