]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't force CFLAGS
authorRoy Marples <roy@marples.name>
Sat, 24 Nov 2007 10:30:14 +0000 (10:30 +0000)
committerRoy Marples <roy@marples.name>
Sat, 24 Nov 2007 10:30:14 +0000 (10:30 +0000)
Makefile

index 332aefccb4245a59329c91a666ddb810c767ca49..6ebd8c50f0722927f800b648da719c3b5b2bb678 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ NAME = dhcpcd
 VERSION = 3.1.8pre1
 PKG = $(NAME)-$(VERSION)
 
-CFLAGS += -O2 -pipe
+CFLAGS ?= -O2 -pipe
 
 INSTALL ?= install
 DESTDIR =