bish: apply voids LDFLAGS.
This commit is contained in:
parent
d91224f439
commit
1760e45e40
2 changed files with 12 additions and 1 deletions
11
srcpkgs/bish/patches/fix-ldflags.patch
Normal file
11
srcpkgs/bish/patches/fix-ldflags.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- Makefile.orig 2016-05-24 14:29:52.349935460 +0200
|
||||||
|
+++ Makefile 2016-05-24 14:30:01.190934798 +0200
|
||||||
|
@@ -29,7 +29,7 @@ $(OBJ)/libbish.a: $(OBJECTS)
|
||||||
|
ranlib $@
|
||||||
|
|
||||||
|
bish: $(SRC)/bish.cpp $(OBJ)/libbish.a
|
||||||
|
- $(CXX) $(CXXFLAGS) -o bish $(SRC)/bish.cpp $(OBJ)/libbish.a $(CONFIG_CONSTANTS)
|
||||||
|
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o bish $(SRC)/bish.cpp $(OBJ)/libbish.a $(CONFIG_CONSTANTS)
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
clean:
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bish'
|
# Template file for 'bish'
|
||||||
pkgname=bish
|
pkgname=bish
|
||||||
version=0.1
|
version=0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A language that compiles to Bash"
|
short_desc="A language that compiles to Bash"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue